mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
repair automake build
This commit is contained in:
parent
c20dea4b94
commit
804fd8a0fc
1 changed files with 2 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ liblinphone_la_SOURCES=\
|
|||
call_params.c \
|
||||
chat.c \
|
||||
chat_file_transfer.c \
|
||||
conference.cc \
|
||||
conference.cc conference.h \
|
||||
contactprovider.c contactprovider.h contact_providers_priv.h \
|
||||
content.c \
|
||||
dict.c \
|
||||
|
|
@ -118,8 +118,7 @@ liblinphone_la_SOURCES+=linphone_tunnel_stubs.c linphone_tunnel.h
|
|||
endif
|
||||
|
||||
|
||||
|
||||
liblinphone_la_LDFLAGS= -version-info $(LIBLINPHONE_SO_VERSION) -no-undefined
|
||||
liblinphone_la_LDFLAGS=-lstdc++ -version-info $(LIBLINPHONE_SO_VERSION) -no-undefined
|
||||
|
||||
if HAVE_LD_OUTPUT_DEF
|
||||
liblinphone_la_LDFLAGS += -Wl,--output-def,liblinphone-$(LIBLINPHONE_SO_CURRENT).def
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue