From: Daniel Stenberg Date: Mon, 8 Jan 2001 17:38:23 +0000 (+0000) Subject: 'make distcheck' works now X-Git-Tag: curl_7_6-pre3~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b915ca68f9cc0d5e17e75b79be284ae50f3904ec;p=thirdparty%2Fcurl.git 'make distcheck' works now --- diff --git a/Makefile.am b/Makefile.am index 9e4dc5a952..415bde30cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,10 @@ EXTRA_DIST = \ SUBDIRS = docs lib src include tests packages +# create a root makefile in the distribution: +dist-hook: + cp Makefile.dist $(distdir)/Makefile + test: @(cd tests; make quiet-test) diff --git a/configure.in b/configure.in index f4a0a2a173..c6de407113 100644 --- a/configure.in +++ b/configure.in @@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \ src/Makefile \ lib/Makefile \ tests/Makefile \ + tests/data/Makefile \ packages/Makefile \ packages/Win32/Makefile \ packages/Linux/Makefile \ diff --git a/tests/Makefile.am b/tests/Makefile.am index aa37e30399..f2a917ae50 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,6 @@ -EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl +EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl + +SUBDIRS = data all: install: