diff options
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index cd6b377d8..3427c16ab 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -698,6 +698,7 @@ check-TESTS: $(TESTS) echo "$$dashes"; \ test "$$failed" -eq 0; \ else :; fi +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ @@ -733,6 +734,7 @@ check: check-am all-am: Makefile installdirs: + install: install-am install-exec: install-exec-am install-data: install-data-am |