author | Michael Krelin <hacker@klever.net> | 2007-11-26 22:35:55 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-11-26 22:35:55 (UTC) |
commit | b71de8d6a2b2d8b57e229ac7887c5b74590f58b8 (patch) (unidiff) | |
tree | afd79f430081a96eb538dc12265faf8a07f9dca8 /test | |
parent | 34dcd4dd9af494eab2f6e47498c270d27954bf19 (diff) | |
download | libopkele-b71de8d6a2b2d8b57e229ac7887c5b74590f58b8.zip libopkele-b71de8d6a2b2d8b57e229ac7887c5b74590f58b8.tar.gz libopkele-b71de8d6a2b2d8b57e229ac7887c5b74590f58b8.tar.bz2 |
add missing test case to EXTRA_DIST
Signed-off-by: Michael Krelin <hacker@klever.net>
-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 | |||
2 | 2 | ||
3 | DEFAULT_INCLUDES = -I${top_builddir} | ||
3 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} | 4 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} |
@@ -9,3 +10,3 @@ EXTRA_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 | )) |