-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 13c4cd2..bacaafa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
@@ -1,15 +1,16 @@ | |||
1 | noinst_PROGRAMS = test idiscover | 1 | noinst_PROGRAMS = test idiscover |
2 | 2 | ||
3 | AM_CPPFLAGS=${CPPFLAGS_DEBUG} | ||
3 | DEFAULT_INCLUDES = -I${top_builddir} | 4 | DEFAULT_INCLUDES = -I${top_builddir} |
4 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} | 5 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} |
5 | 6 | ||
6 | test_SOURCES = test.cc | 7 | test_SOURCES = test.cc |
7 | test_LDADD = ${top_builddir}/lib/libopkele.la | 8 | test_LDADD = ${top_builddir}/lib/libopkele.la |
8 | 9 | ||
9 | EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ | 10 | EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ |
10 | empty head-in-body hkn-delegate hkn-server hkn in-body \ | 11 | empty head-in-body hkn-delegate hkn-server hkn in-body \ |
11 | unclosed-head spaced-links spaced-link-attrs 2rels \ | 12 | unclosed-head spaced-links spaced-link-attrs 2rels \ |
12 | )) | 13 | )) |
13 | 14 | ||
14 | idiscover_SOURCES = idiscover.cc | 15 | idiscover_SOURCES = idiscover.cc |
15 | idiscover_LDADD = ${top_builddir}/lib/libopkele.la | 16 | idiscover_LDADD = ${top_builddir}/lib/libopkele.la |