mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Put the libraries in the good order for static linking.
This commit is contained in:
parent
8bc0b2e8a4
commit
6734882dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ noinst_PROGRAMS = liblinphone_tester
|
|||
|
||||
liblinphone_tester_LDFLAGS = $(CUNIT_LIBS)
|
||||
liblinphone_tester_SOURCES = liblinphone_tester.c
|
||||
liblinphone_tester_LDADD = $(top_builddir)/coreapi/liblinphone.la $(BELLESIP_LIBS) $(LIBXML2_LIBS) liblinphonetester.la
|
||||
liblinphone_tester_LDADD = $(top_builddir)/coreapi/liblinphone.la liblinphonetester.la $(SIPSTACK_LIBS) $(LIBXML2_LIBS)
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue