mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 04:19:35 +00:00
Fix autotools compilation
This commit is contained in:
parent
28c8807ba5
commit
c72496a7e6
1 changed files with 3 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ else
|
|||
liblinphone_la_SOURCES+=vcard_stubs.c vcard.h
|
||||
endif
|
||||
|
||||
liblinphone_la_LDFLAGS=-lstdc++ -version-info $(LIBLINPHONE_SO_VERSION) -no-undefined
|
||||
liblinphone_la_LDFLAGS=-version-info $(LIBLINPHONE_SO_VERSION) -no-undefined
|
||||
|
||||
if HAVE_LD_OUTPUT_DEF
|
||||
liblinphone_la_LDFLAGS += -Wl,--output-def,liblinphone-$(LIBLINPHONE_SO_CURRENT).def
|
||||
|
|
@ -159,7 +159,8 @@ liblinphone_la_LIBADD= \
|
|||
AM_CPPFLAGS=\
|
||||
-I$(top_srcdir) -I$(top_srcdir)/include -I$(builddir) \
|
||||
$(ORTP_CFLAGS) \
|
||||
$(MEDIASTREAMER_CFLAGS)
|
||||
$(MEDIASTREAMER_CFLAGS) \
|
||||
$(LIBXML2_CFLAGS)
|
||||
|
||||
COMMON_CFLAGS=\
|
||||
$(STRICT_OPTIONS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue