summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-12-06 08:13:14 +0000
committerGreg Stein <gstein@apache.org>2000-12-06 08:13:14 +0000
commit6384774c4ceb3040b3e9bd80a31733c7100a1afb (patch)
treeffea04d56fa2b8df3b4ed5869377a80a18286d61 /test/Makefile.in
parentf044f5670689f9be87b2e982f33cb14311059ab6 (diff)
downloadhttpd-6384774c4ceb3040b3e9bd80a31733c7100a1afb.tar.gz
get the test directory working again:
- use apr_dbm.h and the updated naming - don't try to link against libap(util?) or libsdbm. just use libaprutil. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 3b69f84497..bbdad4d1b3 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3,9 +3,8 @@ PROGRAMS = dbu
targets = $(PROGRAMS)
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
-PROGRAM_DEPENDENCIES = ../ap/libap.la \
- ../lib/sdbm/libsdbm.la \
- ../lib/apr/$(LIBPRE)apr.a
+PROGRAM_DEPENDENCIES = ../srclib/apr-util/libaprutil.la \
+ ../srclib/apr/$(LIBPRE)apr.a
include $(top_srcdir)/build/rules.mk