-rw-r--r-- | test/Makefile.am | 2 |
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,11 +1,11 @@ | |||
1 | noinst_PROGRAMS = test | 1 | noinst_PROGRAMS = test |
2 | 2 | ||
3 | INCLUDES = -I${top_srcdir}/include/ | 3 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} |
4 | 4 | ||
5 | test_SOURCES = test.cc | 5 | test_SOURCES = test.cc |
6 | test_LDADD = ${top_builddir}/lib/libopkele.la | 6 | test_LDADD = ${top_builddir}/lib/libopkele.la |
7 | 7 | ||
8 | EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ | 8 | EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ |
9 | empty head-in-body hkn-delegate hkn-server hkn in-body \ | 9 | empty head-in-body hkn-delegate hkn-server hkn in-body \ |
10 | unclosed-head spaced-links spaced-link-attrs \ | 10 | unclosed-head spaced-links spaced-link-attrs \ |
11 | )) | 11 | )) |