jorton 2004/03/22 12:56:29
Modified: test Makefile.in Log: * test/Makefile.in: Fix includes for VPATH builds so at least the tests compile. Revision Changes Path 1.157 +1 -1 apr/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/test/Makefile.in,v retrieving revision 1.156 retrieving revision 1.157 diff -w -d -u -r1.156 -r1.157 --- Makefile.in 18 Mar 2004 17:46:02 -0000 1.156 +++ Makefile.in 22 Mar 2004 20:56:29 -0000 1.157 @@ -33,7 +33,7 @@ CLEAN_SUBDIRS = internal INCDIR=../include -INCLUDES=-I$(INCDIR) +INCLUDES=-I$(INCDIR) -I$(srcdir)/../include # link programs using -no-install to get real executables not # libtool wrapper scripts which link an executable when first run.
