mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix orders of inclusion
This commit is contained in:
parent
a6afcf99fb
commit
1a66f2b278
2 changed files with 5 additions and 8 deletions
|
|
@ -3,20 +3,17 @@
|
|||
AM_CPPFLAGS=\
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/coreapi \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/exosip
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
COMMON_CFLAGS=\
|
||||
-DIN_LINPHONE \
|
||||
-DENABLE_TRACE \
|
||||
-D_ORTP_SOURCE \
|
||||
$(STRICT_OPTIONS) \
|
||||
$(ORTP_CFLAGS) \
|
||||
$(MEDIASTREAMER_CFLAGS) \
|
||||
$(VIDEO_CFLAGS) \
|
||||
$(READLINE_CFLAGS) \
|
||||
$(OSIP_CFLAGS) \
|
||||
$(ORTP_CFLAGS) \
|
||||
$(SQLITE3_CFLAGS) \
|
||||
$(MEDIASTREAMER_CFLAGS)
|
||||
$(SQLITE3_CFLAGS)
|
||||
|
||||
if BUILD_CONSOLE
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5003385d52f715b60772da879b4655463890ffd1
|
||||
Subproject commit 8097db23c50a476593cf912f0c554ca4e391c7e3
|
||||
Loading…
Add table
Reference in a new issue