about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-08 23:40:15 +0100
committerJames Booth <boothj5@gmail.com>2012-07-08 23:40:15 +0100
commitc588a1188315019cf01233a7da7960b7e69716a3 (patch)
treef4d5ff5e6017fb86d6772d62f877865c8a20914c /Makefile.am
parent03dd5f5885ab5d32835cc09b4c0e308d55c2a777 (diff)
downloadprofani-tty-c588a1188315019cf01233a7da7960b7e69716a3.tar.gz
Added headunit to autotools files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e74aeacf..b1498e8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,5 @@ check_PROGRAMS = tests/testsuite
 tests_testsuite_SOURCES = tests/test_contact_list.c src/contact_list.c src/contact.c \
 	tests/test_util.c tests/test_prof_history.c src/prof_history.c src/util.c \
 	tests/test_prof_autocomplete.c src/prof_autocomplete.c src/common.c tests/testsuite.c
-tests_testsuite_CFLAGS = -I ~/include
-tests_testsuite_LDADD = -L ~/lib -lheadunit -lstdc++
+tests_testsuite_LDADD = -lheadunit -lstdc++