1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Added -lstrophe to test dependencies

This commit is contained in:
James Booth 2014-09-17 00:52:52 +01:00
parent 60eedc7c6d
commit 4002790ed0

View File

@ -130,7 +130,7 @@ endif
TESTS = tests/testsuite TESTS = tests/testsuite
check_PROGRAMS = tests/testsuite check_PROGRAMS = tests/testsuite
tests_testsuite_SOURCES = $(tests_sources) tests_testsuite_SOURCES = $(tests_sources)
tests_testsuite_LDADD = -lcmocka tests_testsuite_LDADD = -lcmocka -lstrophe
man_MANS = $(man_sources) man_MANS = $(man_sources)