diff --git a/test/sip/Makefile.am b/test/sip/Makefile.am index 04fe4426919d7852cb262bc050ec2614cf834789..bdb5e3f3026aeaaefd2b523adbaaabf6992c135b 100644 --- a/test/sip/Makefile.am +++ b/test/sip/Makefile.am @@ -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