summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index c6ea832d87..c3475bf1fa 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -4,7 +4,7 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid
TARGETS = $(PROGRAMS)
-PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
+PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
$(top_builddir)/srclib/apr-util/libaprutil.la \
$(top_builddir)/srclib/apr/libapr.la