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

test: fix linking

Refs #20853

Change-Id: I45a173dc509325f4b1de4d2bd2261c979f48a86e
parent e0d1cef9
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ check_PROGRAMS = test
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@
test_LDADD = $(top_builddir)/src/libsflphone.la $(top_builddir)/src/libsflphone_la-logger.lo @CPPUNIT_LIBS@ @YAMLCPP_LIBS@
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.
Please register or to comment