distcheck fixes

This commit is contained in:
Daniel Stenberg 2001-01-08 16:31:29 +00:00
parent e8a5f3026f
commit 9ade752fa7
7 changed files with 12 additions and 8 deletions

View File

@ -6,14 +6,9 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = \
CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
config-win32.h reconf packages/README \
packages/Linux/RPM/README \
packages/Linux/RPM/curl-ssl.spec.in \
packages/Linux/RPM/curl.spec.in \
packages/Linux/RPM/make_curl_rpm \
packages/Win32/README
config-win32.h reconf packages/README
SUBDIRS = docs lib src include tests
SUBDIRS = docs lib src include tests packages
test:
@(cd tests; make quiet-test)

View File

@ -615,6 +615,10 @@ AC_OUTPUT( Makefile \
src/Makefile \
lib/Makefile \
tests/Makefile \
packages/Makefile \
packages/Win32/Makefile \
packages/Linux/Makefile \
packages/Linux/RPM/Makefile \
packages/Linux/RPM/curl.spec \
packages/Linux/RPM/curl-ssl.spec )

View File

@ -0,0 +1 @@
SUBDIRS = RPM

View File

@ -0,0 +1,2 @@
EXTRA_DIST = README curl-ssl.spec.in curl.spec.in make_curl_rpm

1
packages/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = Win32 Linux

View File

@ -0,0 +1 @@
EXTRA_DIST = README

View File

@ -1,4 +1,4 @@
EXTRA_DIST = data/*.txt ftpserver.pl httpserver.pl runtests.pl
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
all:
install: