From 62d6bb33f49af14c3c356f3326417a124568d070 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 27 Sep 2002 16:20:17 +0000 Subject: [PATCH] the recent change to fully-qualify exports.c to fix the build with some BSD make broke the build for AIX make... fully-qualifying exports.c in LTLIBARY_SOURCES makes it build again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96989 13f79535-47bb-0310-9956-ffa450edef68 --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile.in b/server/Makefile.in index 7ef08a7a426..ff90fd06288 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -13,7 +13,7 @@ LTLIBRARY_SOURCES = \ util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \ rfc1413.c connection.c listen.c \ mpm_common.c util_charset.c util_debug.c util_xml.c \ - util_filter.c exports.c buildmark.c scoreboard.c \ + util_filter.c $(top_srcdir)/server/exports.c buildmark.c scoreboard.c \ error_bucket.c protocol.c core.c request.c provider.c TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp -- 2.47.2