joes 2004/07/16 10:12:16
Modified: src Makefile.am Log: Introduce @AP[RU]_LDFLAGS@ so we don't mix these flags with @AP[RU]_LIBS@ until EU::MM forces us to (in build/xsbuilder.pl). Also list functions not covered by our tests in STATUS. Revision Changes Path 1.20 +1 -0 httpd-apreq-2/src/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/httpd-apreq-2/src/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- Makefile.am 16 Jul 2004 16:28:12 -0000 1.19 +++ Makefile.am 16 Jul 2004 17:12:16 -0000 1.20 @@ -1,5 +1,6 @@ INCLUDES = @APR_INCLUDES@ @APU_INCLUDES@ LIBS = @APR_LTLIBS@ @APU_LTLIBS@ +LDFLAGS = @APR_LDFLAGS@ @APU_LDFLAGS@ EXTRA_DIST = groups.dox.in BUILT_SOURCES= @APR_LA@ @APU_LA@ lib_LTLIBRARIES = libapreq2.la
