summaryrefslogtreecommitdiffabout
path: root/test/Makefile.am
Unidiff
Diffstat (limited to 'test/Makefile.am') (more/less context) (ignore whitespace changes)
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ac8b7d8..bcfd0b3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,6 @@
1noinst_PROGRAMS = test 1noinst_PROGRAMS = test
2 2
3DEFAULT_INCLUDES = -I${top_builddir}
3INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} 4INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS}
4 5
5test_SOURCES = test.cc 6test_SOURCES = test.cc
@@ -7,5 +8,5 @@ test_LDADD = ${top_builddir}/lib/libopkele.la
7 8
8EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ 9EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \
9 empty head-in-body hkn-delegate hkn-server hkn in-body \ 10 empty head-in-body hkn-delegate hkn-server hkn in-body \
10 unclosed-head spaced-links spaced-link-attrs \ 11 unclosed-head spaced-links spaced-link-attrs 2rels.html \
11 )) 12 ))