about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-17 00:52:52 +0100
committerJames Booth <boothj5@gmail.com>2014-09-17 00:52:52 +0100
commit4002790ed0226b0cf9556be1ba8e83dc523ebf73 (patch)
tree6305df2ea423b53ecef85c16e5792cade5d1a30e /Makefile.am
parent60eedc7c6dcb23e7596e1791843e0ce8cf92269a (diff)
downloadprofani-tty-4002790ed0226b0cf9556be1ba8e83dc523ebf73.tar.gz
Added -lstrophe to test dependencies
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 82c1b8e3..f078537c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,7 +130,7 @@ endif
 TESTS = tests/testsuite
 check_PROGRAMS = tests/testsuite
 tests_testsuite_SOURCES = $(tests_sources)
-tests_testsuite_LDADD = -lcmocka
+tests_testsuite_LDADD = -lcmocka -lstrophe
 
 man_MANS = $(man_sources)