jerenkrantz 01/12/30 23:34:05
Modified: . Makefile.in Log: Allow VPATH builds to build aprutil.exp file by adding a reference to APR-util's srcdir and using the APR_INCLUDE define. Revision Changes Path 1.55 +1 -1 apr-util/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/Makefile.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- Makefile.in 14 Dec 2001 21:43:38 -0000 1.54 +++ Makefile.in 31 Dec 2001 07:34:05 -0000 1.55 @@ -3,7 +3,7 @@ # CPP = @CPP@ -INCLUDES=-I./include -I../include [EMAIL PROTECTED]@/include +INCLUDES=-I./include -I$(srcdir)/include @APR_INCLUDES@ TARGET_LIB = libaprutil.la INSTALL_SUBDIRS = @APR_XML_DIR@
