From: Daniel Stenberg Date: Thu, 3 Jan 2002 15:03:57 +0000 (+0000) Subject: multi stuff from the multi-dev branch X-Git-Tag: curl-7_9_3-pre1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a31155a72aea0ba44b998548e4bcda123f7fb89e;p=curl multi stuff from the multi-dev branch --- diff --git a/Makefile.am b/Makefile.am index f64d91990..47aa7b161 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = \ bin_SCRIPTS = curl-config -SUBDIRS = docs lib src include tests packages +SUBDIRS = docs lib src include tests packages multi # create a root makefile in the distribution: dist-hook: 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 \