automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear

This commit is contained in:
roman_rybalko
2008-09-02 11:14:10 +00:00
parent c88071ae10
commit f9f7b689a3
5 changed files with 49 additions and 82 deletions

View File

@@ -1,5 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include @ZLIBDIR@ src @EXAMPLESDIR@ @TESTSDIR@
#DISTCHECK_CONFIGURE_FLAGS = --enable-tests
SUBDIRS = include zlib src examples test
EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \
docs/extension_protocol.html \
docs/projects.rst docs/projects.html \