Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
3819580b
Commit
3819580b
authored
Nov 15, 2016
by
Ghislain MARY
Browse files
Some fixes for build with autotools.
parent
07f8f0ac
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
gtk/Makefile.am
gtk/Makefile.am
+1
-1
tools/Makefile.am
tools/Makefile.am
+1
-0
tools/test_ecc.c
tools/test_ecc.c
+2
-2
tools/test_lsd.c
tools/test_lsd.c
+1
-1
tools/test_numbers.c
tools/test_numbers.c
+2
-2
No files found.
gtk/Makefile.am
View file @
3819580b
...
...
@@ -100,7 +100,7 @@ endif
endif
AM_CPPFLAGS
=
-I
$(top_srcdir)
/
coreapi
/
-I
$(top_builddir)
/coreapi/
\
AM_CPPFLAGS
=
-I
$(top_srcdir)
/
include
/
-I
$(top_builddir)
/coreapi/
\
$(MEDIASTREAMER_CFLAGS)
\
$(ORTP_CFLAGS)
$(BELLESIP_CFLAGS)
\
$(STRICT_OPTIONS)
$(STRICT_OPTIONS_CC)
$(LIBGTK_CFLAGS)
$(LIBGTKMAC_CFLAGS)
$(IPV6_CFLAGS)
\
...
...
tools/Makefile.am
View file @
3819580b
...
...
@@ -2,6 +2,7 @@
AM_CPPFLAGS
=
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/coreapi
COMMON_CFLAGS
=
\
...
...
tools/test_ecc.c
View file @
3819580b
...
...
@@ -18,8 +18,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "linphonecore.h"
#include "linphonecore_utils.h"
#include "linphone
/
core.h"
#include "linphone
/
core_utils.h"
#if _MSC_VER
#include <io.h>
#endif
...
...
tools/test_lsd.c
View file @
3819580b
...
...
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This file is a test program that plays several sound files and places a call simultatenously.
*/
#include "linphonecore_utils.h"
#include "linphone
/
core_utils.h"
static
void
play_finished
(
LsdPlayer
*
p
)
{
const
char
*
filename
=
(
const
char
*
)
lsd_player_get_user_pointer
(
p
);
...
...
tools/test_numbers.c
View file @
3819580b
...
...
@@ -18,8 +18,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "linphonecore.h"
#include "linphonecore_utils.h"
#include "linphone
/
core.h"
#include "linphone
/
core_utils.h"
int
main
(
int
argc
,
char
*
argv
[])
{
LinphoneProxyConfig
*
cfg
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment