From 1e329b6fcb1f6d2df9b3337c574bbcd7e66c27ea Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 30 Sep 2007 19:38:38 +0000 Subject: fixed missing includes in test makefile Signed-off-by: Michael Krelin --- (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 550078a..ac8b7d8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ noinst_PROGRAMS = test -INCLUDES = -I${top_srcdir}/include/ +INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} test_SOURCES = test.cc test_LDADD = ${top_builddir}/lib/libopkele.la -- cgit v0.9.0.2