summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-01-10 01:04:53 +0000
committerBrian Havard <bjh@apache.org>2001-01-10 01:04:53 +0000
commita345ba4bf400a8f1b646d9e7c242d956ad467e00 (patch)
treeefa8a1fe5d420690317c9e06822baefbb5cb8ace /test/Makefile.in
parent322f19da6b7e48477945b7fd1f82008f9b4651be (diff)
downloadhttpd-a345ba4bf400a8f1b646d9e7c242d956ad467e00.tar.gz
Libtool takes care of the lib prefix so get rid of our own workaround.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 8fd649ea61..1426e44c95 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -7,7 +7,7 @@ PROGRAMS =
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = ../srclib/apr-util/libaprutil.la \
- ../srclib/apr/$(LIBPRE)apr.a
+ ../srclib/apr/libapr.la
include $(top_srcdir)/build/rules.mk