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

test: link against ccrtp deps for iptest

Rationale: this is slightly better than adding configure checks and linking
against "indirect" dependencies, since we don't want commoncpp or ucommon
unless we have ccrtp.

Refs #54913

Change-Id: I6d9fc37e57115c8108f2eb21c8f63f996e3e1876
parent ac40d13a
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ check_PROGRAMS = test ...@@ -6,7 +6,9 @@ check_PROGRAMS = test
TESTS = run_tests.sh 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@ @CCRTP_LIBS@
if BUILD_INSTANT_MESSAGING if BUILD_INSTANT_MESSAGING
test_LDADD += @EXPAT_LIBS@ test_LDADD += @EXPAT_LIBS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment