multi stuff from the multi-dev branch
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jan 2002 15:03:57 +0000 (15:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jan 2002 15:03:57 +0000 (15:03 +0000)
Makefile.am
configure.in

index f64d919..47aa7b1 100644 (file)
@@ -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:
index d3d9d5b..43b80d5 100644 (file)
@@ -597,6 +597,7 @@ AC_CONFIG_FILES([Makefile \
           include/Makefile \
           include/curl/Makefile \
           src/Makefile \
+          multi/Makefile \
            lib/Makefile \
            tests/Makefile \
            tests/data/Makefile \