Skip to content
Snippets Groups Projects
Commit 80d76cd0 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

test: fix linking for instant messaging

Change-Id: Idb1a328544ebc065a2389fdbd64682648964393c
parent b9820820
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,11 @@ check_PROGRAMS = test
TESTS = run_tests.sh
test_CXXFLAGS = -DWORKSPACE="$(top_srcdir)/test/" @PTHREAD_CFLAGS@
test_LDADD = $(top_builddir)/src/libsflphone.la @ZRTPCPP_LIBS@ @CPPUNIT_LIBS@ @YAML_LIBS@
test_LDADD = $(top_builddir)/src/libsflphone.la @ZRTPCPP_LIBS@ @CPPUNIT_LIBS@ @YAML_LIBS@ @CCRTP_LIBS@
if BUILD_INSTANT_MESSAGING
test_LDADD += @EXPAT_LIBS@
endif
EXTRA_DIST = sflphoned-sample.yml history-sample.tpl run_tests.sh
test_SOURCES = constants.h \
......
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