]> granicus.if.org Git - apache/commitdiff
Make building a little easier by not requiring a separate make of APR.
authorManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 04:15:08 +0000 (04:15 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 04:15:08 +0000 (04:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84330 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index c392e2a0e78a4b49068124f334e9f2472c7cd79d..d4ad7a6710756cf2d0b189cfbfc6f8119808567d 100644 (file)
@@ -127,5 +127,5 @@ AC_SUBST(OS_DIR)
 dnl ## Build modules.c
 rm -f $srcdir/modules.c
 echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > $srcdir/modules.c
-AC_OUTPUT([Makefile ap/Makefile main/Makefile modules/Makefile
+AC_OUTPUT([Makefile ap/Makefile lib/Makefile main/Makefile modules/Makefile
            modules/standard/Makefile os/Makefile $APACHE_OUTPUT_FILES])