diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-04 10:28:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-04 10:28:02 +0000 |
commit | e22657ea13e4b8afd92777f17059493a4f85475a (patch) | |
tree | 4898b8e3499f6cb37c5e9e528ff9c3cbede27a64 /configure.in | |
parent | d06d6b5534e241002d64617a1a039b21eb2988e1 (diff) | |
download | curl-e22657ea13e4b8afd92777f17059493a4f85475a.tar.gz |
added docs/libcurl/
removed multi/
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b3700c968..7f5a13f90 100644 --- a/configure.in +++ b/configure.in @@ -594,10 +594,10 @@ dnl AC_SUBST(RANLIB) AC_CONFIG_FILES([Makefile \ docs/Makefile \ docs/examples/Makefile \ + docs/libcurl/Makefile \ include/Makefile \ include/curl/Makefile \ src/Makefile \ - multi/Makefile \ lib/Makefile \ tests/Makefile \ tests/data/Makefile \ |