summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorVictor J. Orlikowski <orlikowski@apache.org>2001-06-09 10:20:11 +0200
committerVictor J. Orlikowski <orlikowski@apache.org>2001-06-09 10:20:11 +0200
commit6126dd3289ad08490e6efea3d846c2c25b660d7b (patch)
treea379530f9444b1944d8befd9597a9e6da439a5b3 /server/Makefile.in
parentNo, libtool shouldn't build this. :p (diff)
downloadapache2-6126dd3289ad08490e6efea3d846c2c25b660d7b.tar.xz
apache2-6126dd3289ad08490e6efea3d846c2c25b660d7b.zip
Still needs to be built, though.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index c108ddc72e..7507902053 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -17,7 +17,8 @@ LTLIBRARY_SOURCES = \
util_filter.c exports.c buildmark.c scoreboard.c \
error_bucket.c protocol.c core.c request.c
-TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) httpd.exp
+TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.c \
+ httpd.exp
include $(top_srcdir)/build/rules.mk
include $(top_srcdir)/build/library.mk