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