summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-12-07 11:52:17 +0000
committerGreg Stein <gstein@apache.org>2000-12-07 11:52:17 +0000
commitb18b5e32c3d604da3b145d76504a17560f3d4866 (patch)
tree5ae257bcca54642bc23248f86f8b3a931e1b3590 /Makefile.in
parentb5de155f2a715a72d58a5fee06df5f840a09b858 (diff)
downloadhttpd-b18b5e32c3d604da3b145d76504a17560f3d4866.tar.gz
*) top-level: build our base libraries (srclib) first since these (by
definition) have no dependencies on anything else. this will also ensure that we have *.exports available for building server/ *) add the "test" SUBDIR back in so that it gets called for "make clean" and other types of make targets. *) revise test/Makefile.in so that it does not build any test programs by default. add "make test" to build any/all test programs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6110eeb8c7..36f7251beb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
-SUBDIRS = modules os server srclib support
+SUBDIRS = srclib modules os server support test
PROGRAM_NAME = $(progname)
PROGRAM_SOURCES = modules.c