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

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

@ -3,7 +3,7 @@ install:
- lsb_release -a
- uname -a
- sudo apt-get update
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev uuid-dev expect tcl-dev
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev uuid-dev expect-dev tcl-dev
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe
- mkdir m4

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)