Expect header check

This commit is contained in:
James Booth
2015-05-26 23:47:36 +01:00
parent 8a1b079c24
commit fabd0cf9e8
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ check_PROGRAMS = tests/testsuite stabbertests/stabbertestsuite
tests_testsuite_SOURCES = $(test_sources)
tests_testsuite_LDADD = -lcmocka
stabbertests_stabbertestsuite_SOURCES = $(stabbertest_sources)
stabbertests_stabbertestsuite_CFLAGS = -I/usr/include/tcl8.6
stabbertests_stabbertestsuite_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
stabbertests_stabbertestsuite_LDADD = -lcmocka -lstabber -lexpect -ltcl
man_MANS = $(man_sources)