jerenkrantz 01/08/01 13:32:59
Modified: test Makefile.in Log: Add the APR_SOURCE_DIR for the includes. This gets the test directory building again. Revision Changes Path 1.12 +2 -0 apr-util/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/test/Makefile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.in 2001/06/04 17:10:31 1.11 +++ Makefile.in 2001/08/01 20:32:59 1.12 @@ -1,3 +1,5 @@ [EMAIL PROTECTED]@ +INCLUDES=-I$(top_builddir)/include -I$(top_builddir)/include/private [EMAIL PROTECTED]@/include TARGETS = PROGRAMS = testdbm testdate testmd4
