From: Joe Orton Date: Sun, 29 Feb 2004 00:33:16 +0000 (+0000) Subject: * Makefile.in: Link httpd against user-supplied $(LIBS). X-Git-Tag: pre_ajp_proxy~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32cbe57a5f7d94d12a9b4530b6e6c179ff1fa3d4;p=apache * Makefile.in: Link httpd against user-supplied $(LIBS). PR: 7882 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102820 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 4747bcb48e..7af3ca6cc9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ CLEAN_SUBDIRS = test PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c -PROGRAM_LDADD = $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) +PROGRAM_LDADD = $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) $(LIBS) PROGRAM_DEPENDENCIES = \ $(BUILTIN_LIBS) \ $(MPM_LIB) \