--- parser3/src/Makefile.am 2001/07/18 13:20:06 1.6 +++ parser3/src/Makefile.am 2001/09/24 16:39:26 1.8 @@ -1,3 +1,11 @@ +if COMPILE_APACHE13_MODULE + +APACHE_INCLUDES=-I$(APACHE13_SRC)/include -I$(APACHE13_SRC)/os/unix + +endif + +INCLUDES = $(INCLUDES) $(APACHE_INCLUDES) -I$(XML_SRC)/xml-xerces/c/src -I$(XML_SRC)/xml-xalan/c/src + SUBDIRS = classes types main libltdl pcre targets LIBTOOL_DEPS = @LIBTOOL_DEPS@