From 8e3201da1255e61a6e3fe5be02660c456591c761 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 13 Jan 2008 16:36:52 +0000 Subject: add libcurl includes to test Makefile Thanks to Martin Wilke of FreeBSD for spotting the problem. Signed-off-by: Michael Krelin --- (limited to 'test') 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 -- cgit v0.9.0.2