Skip to content
Snippets Groups Projects
Commit b915ca68 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

'make distcheck' works now

parent 703fc264
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \
src/Makefile \
lib/Makefile \
tests/Makefile \
tests/data/Makefile \
packages/Makefile \
packages/Win32/Makefile \
packages/Linux/Makefile \
......
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl
SUBDIRS = data
all:
install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment