about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-10-22 16:14:48 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-10-22 16:14:48 +0200
commitda513a924c2e0ac456a18c32c97314f103fc09c6 (patch)
tree110110e4b229d5317fa565d1462a8e3f94641066 /Makefile.am
parentd05400fe6dfcefd6757da6e6a5fcb4c860797874 (diff)
downloadprofani-tty-da513a924c2e0ac456a18c32c97314f103fc09c6.tar.gz
functest: dont link against tcl
Regards https://github.com/profanity-im/profanity/issues/1354 point 3.
Since we dont use tcl and just libexpect I don't think we actually need
to link against it.
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 49a3d090..1228e1ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -282,7 +282,7 @@ tests_unittests_unittests_LDADD = -lcmocka
 #check_PROGRAMS += tests/functionaltests/functionaltests
 #tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
 #tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
-#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl
+#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect
 #endif
 #endif