1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04: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
check_PROGRAMS = tests/testsuite
tests_testsuite_SOURCES = $(tests_sources)
tests_testsuite_LDADD = -lcmocka
tests_testsuite_LDADD = -lcmocka -lstrophe
man_MANS = $(man_sources)