ianh        01/08/22 15:25:47

  Modified:    test     Makefile.in
  Log:
  APRUTIL_EXPORT_LIBS contains the libraries required for the dbm
  and other stuff required to build.
  tests should now build when non-default dbm chosen
  
  Revision  Changes    Path
  1.15      +5 -4      apr-util/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/test/Makefile.in,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.in       2001/08/22 21:32:14     1.14
  +++ Makefile.in       2001/08/22 22:25:47     1.15
  @@ -5,25 +5,26 @@
   
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@
  +ALL_LIBS += @APRUTIL_EXPORT_LIBS@
   
   test: $(PROGRAMS)
   
   testdbm_OBJECTS = testdbm.lo
  -testdbm_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
../xml/expat/lib/libexpat.la
  +testdbm_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
   testdbm: $(testdbm_OBJECTS) $(testdbm_LDADD)
        $(LINK) $(testdbm_OBJECTS) $(testdbm_LDADD) $(ALL_LIBS)
   
   testdate_OBJECTS = testdate.lo
  -testdate_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
../xml/expat/lib/libexpat.la
  +testdate_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
   testdate: $(testdate_OBJECTS) $(testdate_LDADD)
        $(LINK) $(testdate_OBJECTS) $(testdate_LDADD) $(ALL_LIBS)
   
   testxml_OBJECTS = testxml.lo
  -testxml_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
../xml/expat/lib/libexpat.la
  +testxml_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
   testxml: $(testxml_OBJECTS) $(testxml_LDADD)
        $(LINK) $(testxml_OBJECTS) $(testxml_LDADD) $(ALL_LIBS)
   
   testmd4_OBJECTS = testmd4.lo
  -testmd4_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
../xml/expat/lib/libexpat.la
  +testmd4_LDADD =  ../libaprutil.la @APR_SOURCE_DIR@/libapr.la 
   testmd4: $(testmd4_OBJECTS) $(testmd4_LDADD)
        $(LINK) $(testmd4_OBJECTS) $(testmd4_LDADD) $(ALL_LIBS)
  
  
  

Reply via email to