Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 46952 invoked by uid 500); 9 Jun 2001 08:20:14 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 46941 invoked by uid 500); 9 Jun 2001 08:20:13 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Jun 2001 08:20:12 -0000 Message-ID: <20010609082012.46937.qmail@apache.org> From: orlikowski@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server Makefile.in orlikowski 01/06/09 01:20:12 Modified: server Makefile.in Log: Still needs to be built, though. Revision Changes Path 1.55 +2 -1 httpd-2.0/server/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- Makefile.in 2001/06/09 08:16:14 1.54 +++ Makefile.in 2001/06/09 08:20:11 1.55 @@ -17,7 +17,8 @@ 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