--- parser3/src/Makefile.am 2001/03/21 14:06:37 1.3 +++ parser3/src/Makefile.am 2001/09/24 16:28:47 1.7 @@ -1,3 +1,9 @@ -# $Id: Makefile.am,v 1.3 2001/03/21 14:06:37 paf Exp $ +INCLUDES = $(INCLUDES) -I$(APACHE13_SRC)/include -I$(APACHE13_SRC)/os/unix +INCLUDES = $(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@ +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck -SUBDIRS = classes types main targets