mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix missing includes
This commit is contained in:
parent
0c0427f98f
commit
41d603f035
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ helloworld_SOURCES=helloworld.c
|
|||
|
||||
helloworld_LDADD=$(top_builddir)/coreapi/liblinphone.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/coreapi
|
||||
INCLUDES=-I$(top_srcdir)/coreapi \
|
||||
-I$(top_srcdir)/mediastreamer2/include
|
||||
|
||||
AM_CFLAGS=$(STRICT_OPTIONS) -DIN_LINPHONE \
|
||||
$(ORTP_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue