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

test: fix linking for instant messaging

Change-Id: Idb1a328544ebc065a2389fdbd64682648964393c
parent 57e2d673
Branches
Tags
No related merge requests found
...@@ -8,6 +8,10 @@ TESTS = run_tests.sh ...@@ -8,6 +8,10 @@ TESTS = run_tests.sh
test_CXXFLAGS = -DWORKSPACE="$(top_srcdir)/test/" @PTHREAD_CFLAGS@ test_CXXFLAGS = -DWORKSPACE="$(top_srcdir)/test/" @PTHREAD_CFLAGS@
test_LDADD = $(top_builddir)/src/libsflphone.la $(top_builddir)/src/libsflphone_la-logger.lo @CPPUNIT_LIBS@ @YAMLCPP_LIBS@ test_LDADD = $(top_builddir)/src/libsflphone.la $(top_builddir)/src/libsflphone_la-logger.lo @CPPUNIT_LIBS@ @YAMLCPP_LIBS@
if BUILD_INSTANT_MESSAGING
test_LDADD += @EXPAT_LIBS@
endif
EXTRA_DIST = sflphoned-sample.yml history-sample.tpl run_tests.sh EXTRA_DIST = sflphoned-sample.yml history-sample.tpl run_tests.sh
test_SOURCES = constants.h \ test_SOURCES = constants.h \
test_utils.h \ test_utils.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment