aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 13:39:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 13:39:21 +0000
commitd54cdf294bd671a284b3ccd882e139decdba6702 (patch)
tree4c855e7824b8aa3c525215f0205aa2da8a0b06b3 /configure.in
parent2e342d5d9b7ef9a2809bb86c99e83cbdd501be34 (diff)
adjusted to work with automake 'make dist'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index b98c2ef86..763f91944 100644
--- a/configure.in
+++ b/configure.in
@@ -609,14 +609,12 @@ dnl AC_SUBST(RANLIB)
AC_OUTPUT( Makefile \
docs/Makefile \
+ docs/examples/Makefile \
include/Makefile \
include/curl/Makefile \
src/Makefile \
lib/Makefile \
tests/Makefile \
- curl.spec \
- curl-ssl.spec)
-dnl perl/checklinks.pl \
-dnl perl/getlinks.pl \
-dnl perl/formfind.pl \
-dnl perl/recursiveftpget.pl )
+ packages/Linux/RPM/curl.spec \
+ packages/Linux/RPM/curl-ssl.spec )
+