]> granicus.if.org Git - apache/commitdiff
the recent change to fully-qualify exports.c to fix the build with
authorJeff Trawick <trawick@apache.org>
Fri, 27 Sep 2002 16:20:17 +0000 (16:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 27 Sep 2002 16:20:17 +0000 (16:20 +0000)
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

index 7ef08a7a4265677618f488f6a6e2366b9cda914c..ff90fd06288693b02634307554826882532cf6d0 100644 (file)
@@ -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