mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
'make distcheck' works now
This commit is contained in:
parent
703fc264f0
commit
b915ca68f9
@ -10,6 +10,10 @@ EXTRA_DIST = \
|
|||||||
|
|
||||||
SUBDIRS = docs lib src include tests packages
|
SUBDIRS = docs lib src include tests packages
|
||||||
|
|
||||||
|
# create a root makefile in the distribution:
|
||||||
|
dist-hook:
|
||||||
|
cp Makefile.dist $(distdir)/Makefile
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@(cd tests; make quiet-test)
|
@(cd tests; make quiet-test)
|
||||||
|
|
||||||
|
@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \
|
|||||||
src/Makefile \
|
src/Makefile \
|
||||||
lib/Makefile \
|
lib/Makefile \
|
||||||
tests/Makefile \
|
tests/Makefile \
|
||||||
|
tests/data/Makefile \
|
||||||
packages/Makefile \
|
packages/Makefile \
|
||||||
packages/Win32/Makefile \
|
packages/Win32/Makefile \
|
||||||
packages/Linux/Makefile \
|
packages/Linux/Makefile \
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
|
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl
|
||||||
|
|
||||||
|
SUBDIRS = data
|
||||||
|
|
||||||
all:
|
all:
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user