blob: 6ab91c7853ee93c6a89b1fdb90f19b40d59e41a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- test/Makefile.am.orgi 2008-01-13 18:11:54.000000000 +0100
+++ test/Makefile.am 2008-01-13 18:12:43.000000000 +0100
@@ -1,6 +1,6 @@
noinst_PROGRAMS = test
-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
|