diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-03 15:03:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-03 15:03:57 +0000 |
commit | a31155a72aea0ba44b998548e4bcda123f7fb89e (patch) | |
tree | 381080341aec834897a31b4d2f654138f188dd8e /configure.in | |
parent | 75601f7924e90d9af9d649ed3eb069332ce33550 (diff) | |
download | curl-a31155a72aea0ba44b998548e4bcda123f7fb89e.tar.gz |
multi stuff from the multi-dev branch
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d3d9d5b5f..43b80d5b1 100644 --- a/configure.in +++ b/configure.in @@ -597,6 +597,7 @@ AC_CONFIG_FILES([Makefile \ include/Makefile \ include/curl/Makefile \ src/Makefile \ + multi/Makefile \ lib/Makefile \ tests/Makefile \ tests/data/Makefile \ |