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