summaryrefslogtreecommitdiffabout
path: root/test
authorMichael Krelin <hacker@klever.net>2007-09-30 19:38:38 (UTC)
committer Michael Krelin <hacker@klever.net>2007-09-30 19:38:38 (UTC)
commit1e329b6fcb1f6d2df9b3337c574bbcd7e66c27ea (patch) (side-by-side diff)
tree8153ecf4c22b3d3369bcc5f4c786343cca11112e /test
parent2e51715c64d757046c47f4f42ed2f24078b01c2c (diff)
downloadlibopkele-1e329b6fcb1f6d2df9b3337c574bbcd7e66c27ea.zip
libopkele-1e329b6fcb1f6d2df9b3337c574bbcd7e66c27ea.tar.gz
libopkele-1e329b6fcb1f6d2df9b3337c574bbcd7e66c27ea.tar.bz2
fixed missing includes in test makefile
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 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