From 6734882dc88bc6ea2ad1ca604de6fbbc7aa25e6c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 4 Mar 2014 17:57:21 +0100 Subject: [PATCH] Put the libraries in the good order for static linking. --- tester/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/Makefile.am b/tester/Makefile.am index fde5246c8..85a6f9c48 100644 --- a/tester/Makefile.am +++ b/tester/Makefile.am @@ -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