mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Added top_builddir in include directories for gitversion.h
This commit is contained in:
parent
3526c5fd90
commit
34372c9527
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ ui_DATA=$(UI_FILES) $(PIXMAPS) $(top_srcdir)/COPYING
|
|||
endif
|
||||
|
||||
|
||||
AM_CFLAGS= -DIN_LINPHONE -I$(top_srcdir)/coreapi/ \
|
||||
AM_CFLAGS= -DIN_LINPHONE -I$(top_srcdir)/coreapi/ -I$(top_builddir)/coreapi/ \
|
||||
$(MEDIASTREAMER_CFLAGS) \
|
||||
$(ORTP_CFLAGS) $(BELLESIP_CFLAGS) \
|
||||
$(STRICT_OPTIONS) $(STRICT_OPTIONS_CC) $(LIBGTK_CFLAGS) $(LIBGTKMAC_CFLAGS) $(IPV6_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue