summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/Makefile.in2
3 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 9cf268b3b..db74f33fc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -261,9 +261,6 @@ dist: $(DEP_DISTFILES)
rm -rf $(distdir)
mkdir $(distdir)
chmod 777 $(distdir)
- distdir=`cd $(distdir) && pwd` \
- && cd $(srcdir) \
- && automake --include-deps --output-dir=$$distdir --strictness=gnits
@for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
test -f $(distdir)/$$file \
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 264c24020..a2ea463a1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,4 +7,5 @@ acoutnoq.test acouttbs.test libobj.test proginst.test acoutqnl.test \
confincl.test spelling.test prefix.test badprog.test depend.test exdir.test \
canon.test
-EXTRA_DIST = defs
+## Maybe automake should distribute TESTS? You tell me.
+EXTRA_DIST = defs $(TESTS)
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 055191bad..1d9e4cf5f 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -45,7 +45,7 @@ acoutnoq.test acouttbs.test libobj.test proginst.test acoutqnl.test \
confincl.test spelling.test prefix.test badprog.test depend.test exdir.test \
canon.test
-EXTRA_DIST = defs
+EXTRA_DIST = defs $(TESTS)
DIST_COMMON = ChangeLog Makefile.am Makefile.in