Skip to content
Snippets Groups Projects
Commit f8546636 authored by Olivier Dion's avatar Olivier Dion Committed by Sébastien Blin
Browse files

tests/sip/Makefile: Tests have to be compiled against static version

Change-Id: I995b422ca3d078b02cf560056edeeacc35628a70
parent 52204759
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
include $(top_srcdir)/globals.mk
AM_CXXFLAGS += -I$(top_srcdir)/src
AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libjami.la
AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libjami.la -static
check_PROGRAMS = ut_sip
ut_sip_SOURCES = sip.cpp test_SIP.h test_SIP.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment