summaryrefslogtreecommitdiffabout
path: root/test
authorMichael Krelin <hacker@klever.net>2008-01-13 16:36:52 (UTC)
committer Michael Krelin <hacker@klever.net>2008-01-13 16:36:52 (UTC)
commit8e3201da1255e61a6e3fe5be02660c456591c761 (patch) (side-by-side diff)
tree2a5d448366a4b2bfb1a5b6b537dc9583ad964808 /test
parent7a6a6fbcf7e20f0d7da5f625a73c865b361f16aa (diff)
downloadlibopkele-8e3201da1255e61a6e3fe5be02660c456591c761.zip
libopkele-8e3201da1255e61a6e3fe5be02660c456591c761.tar.gz
libopkele-8e3201da1255e61a6e3fe5be02660c456591c761.tar.bz2
add libcurl includes to test Makefile
Thanks to Martin Wilke of FreeBSD for spotting the problem. Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'test') (more/less context) (ignore whitespace changes)
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4b78087..0d1c0ef 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,7 +1,7 @@
noinst_PROGRAMS = test
DEFAULT_INCLUDES = -I${top_builddir}
-INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS}
+INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} ${LIBCURL_CPPFLAGS}
test_SOURCES = test.cc
test_LDADD = ${top_builddir}/lib/libopkele.la