Commit b915ca68 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

'make distcheck' works now

parent 703fc264
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)

+1 −0
Original line number Diff line number Diff line
@@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \
	   src/Makefile \
           lib/Makefile \
           tests/Makefile \
           tests/data/Makefile \
	   packages/Makefile \
	   packages/Win32/Makefile \
	   packages/Linux/Makefile \
+3 −1
Original line number Diff line number Diff line
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl

SUBDIRS = data

all:
install: