]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Still needs to be built, though.
authorVictor J. Orlikowski <orlikowski@apache.org>
Sat, 9 Jun 2001 08:20:11 +0000 (08:20 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Sat, 9 Jun 2001 08:20:11 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89320 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index c108ddc72e67635456fb1a73743276bd92d45399..750790205305ce8faf5655444a27efff868ec5ba 100644 (file)
@@ -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