]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Include tests/defs in distribution
authorTom Tromey <tromey@redhat.com>
Tue, 27 Feb 1996 16:52:30 +0000 (16:52 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 Feb 1996 16:52:30 +0000 (16:52 +0000)
tests/Makefile.am
tests/Makefile.in

index 8e164837f62996aace49b9a439dfdede329aaa58..a0e49a35099e913f18a147752055a43ef0736348 100644 (file)
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = gnits
 TESTS = mdate.test vtexi.test acoutput.test instexec.test checkall.test \
 acoutnoq.test acouttbs.test libobj.test proginst.test
 
-DIST_OTHER = $(TESTS)
+DIST_OTHER = $(TESTS) defs
 
 check-local:
        @failed=0; all=0; \
index ba9a869915282d7c73fd37e2b18f8feb5795fa11..339512f903e33ab5ceccbbbd462493ccc03b68da 100644 (file)
@@ -43,7 +43,7 @@ AUTOMAKE_OPTIONS = gnits
 TESTS = mdate.test vtexi.test acoutput.test instexec.test checkall.test \
 acoutnoq.test acouttbs.test libobj.test proginst.test
 
-DIST_OTHER = $(TESTS)
+DIST_OTHER = $(TESTS) defs
 DIST_COMMON = ChangeLog Makefile.am Makefile.in
 
 
@@ -57,7 +57,7 @@ DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
 default: all
 
 
-$(srcdir)/Makefile.in: Makefile.am
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
        cd $(top_srcdir) && automake $(subdir)/Makefile
 
 Makefile: $(top_builddir)/config.status Makefile.in