-rw-r--r-- | test/Makefile.am | 3 |
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 @@ -2,2 +2,3 @@ noinst_PROGRAMS = test +DEFAULT_INCLUDES = -I${top_builddir} INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} @@ -9,3 +10,3 @@ EXTRA_DIST=$(addsuffix .html,$(addprefix html/, \ empty head-in-body hkn-delegate hkn-server hkn in-body \ - unclosed-head spaced-links spaced-link-attrs \ + unclosed-head spaced-links spaced-link-attrs 2rels.html \ )) |