From: Ryan Bloom Date: Tue, 5 Dec 2000 05:27:46 +0000 (+0000) Subject: Use the correct apr-util library X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10aa95945a80bd6a8789cfa67c48781d5f331bf9;p=apache Use the correct apr-util library git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87199 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/Makefile.in b/support/Makefile.in index 0915fa2785..219a1de411 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -4,7 +4,7 @@ targets = $(PROGRAMS) PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = \ - ../srclib/apr-util/.libs/libaprutil.la ../srclib/apr/$(LIBPRE)apr.a + ../srclib/apr-util/libaprutil.la ../srclib/apr/$(LIBPRE)apr.a include $(top_srcdir)/build/rules.mk