'make distcheck' works now

This commit is contained in:
Daniel Stenberg 2001-01-08 17:38:23 +00:00
parent 703fc264f0
commit b915ca68f9
3 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \
src/Makefile \
lib/Makefile \
tests/Makefile \
tests/data/Makefile \
packages/Makefile \
packages/Win32/Makefile \
packages/Linux/Makefile \

View File

@ -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: