diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 10:00:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 10:00:14 +0000 |
commit | 044ca343adbd4686b6ef71ebfb087e7dcceffe61 (patch) | |
tree | 5e1e461eab790a0cef0c396acbfe72a763fc5b1a /configure.in | |
parent | f59ea9adb3b6cecad5218e9970bc7ca48ffdd2b2 (diff) | |
download | curl-044ca343adbd4686b6ef71ebfb087e7dcceffe61.tar.gz |
Loic Dachary's makefile/dist/rpm fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 \ |