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

test: fix linking for tests that use pjsip

Refs #54913

Change-Id: I957163484d4f70f975c5378d5353537b4655b066
parent 3ebe67c3
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ TESTS = run_tests.sh
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@ @CCRTP_LIBS@
@CPPUNIT_LIBS@ @YAMLCPP_LIBS@ @CCRTP_LIBS@ @PJPROJECT_LIBS@
if BUILD_INSTANT_MESSAGING
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