joes 2003/10/14 10:55:11
Modified: t Makefile.am Log: Missing an '@' suffix Revision Changes Path 1.14 +1 -1 httpd-apreq-2/t/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/httpd-apreq-2/t/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile.am 13 Oct 2003 18:24:47 -0000 1.13 +++ Makefile.am 14 Oct 2003 17:55:11 -0000 1.14 @@ -1,4 +1,4 @@ -INCLUDES = -I../src @APR_INCLUDES @APU_INCLUDES@ +INCLUDES = -I../src @APR_INCLUDES@ @APU_INCLUDES@ LIBS = ../src/[EMAIL PROTECTED]@.la @APR_LTLIBS@ @APU_LTLIBS@ noinst_LIBRARIES = [EMAIL PROTECTED]@_tests.a
