aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 10:00:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 10:00:14 +0000
commit044ca343adbd4686b6ef71ebfb087e7dcceffe61 (patch)
tree5e1e461eab790a0cef0c396acbfe72a763fc5b1a /configure.in
parentf59ea9adb3b6cecad5218e9970bc7ca48ffdd2b2 (diff)
Loic Dachary's makefile/dist/rpm fixes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 010737b5e..b98c2ef86 100644
--- a/configure.in
+++ b/configure.in
@@ -613,7 +613,9 @@ AC_OUTPUT( Makefile \
include/curl/Makefile \
src/Makefile \
lib/Makefile \
- tests/Makefile)
+ tests/Makefile \
+ curl.spec \
+ curl-ssl.spec)
dnl perl/checklinks.pl \
dnl perl/getlinks.pl \
dnl perl/formfind.pl \