jerenkrantz 02/01/10 16:10:44
Modified: test Makefile.in
Log:
Allow building with VPATH.
Revision Changes Path
1.18 +4 -4 apr-util/test/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/test/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile.in 4 Jan 2002 21:54:50 -0000 1.17
+++ Makefile.in 11 Jan 2002 00:10:43 -0000 1.18
@@ -14,21 +14,21 @@
test: $(PROGRAMS)
testdbm_OBJECTS = testdbm.lo
-testdbm_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
+testdbm_LDADD = ../libaprutil.la @APR_BUILD_DIR@/libapr.la
testdbm: $(testdbm_OBJECTS) $(testdbm_LDADD)
$(LINK) $(testdbm_OBJECTS) $(testdbm_LDADD) $(LIBS)
testdate_OBJECTS = testdate.lo
-testdate_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
+testdate_LDADD = ../libaprutil.la @APR_BUILD_DIR@/libapr.la
testdate: $(testdate_OBJECTS) $(testdate_LDADD)
$(LINK) $(testdate_OBJECTS) $(testdate_LDADD) $(LIBS)
testxml_OBJECTS = testxml.lo
-testxml_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
+testxml_LDADD = ../libaprutil.la @APR_BUILD_DIR@/libapr.la
testxml: $(testxml_OBJECTS) $(testxml_LDADD)
$(LINK) $(testxml_OBJECTS) $(testxml_LDADD) $(LIBS)
testmd4_OBJECTS = testmd4.lo
-testmd4_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
+testmd4_LDADD = ../libaprutil.la @APR_BUILD_DIR@/libapr.la
testmd4: $(testmd4_OBJECTS) $(testmd4_LDADD)
$(LINK) $(testmd4_OBJECTS) $(testmd4_LDADD) $(LIBS)