--- parser3/src/main/Makefile.am 2003/03/18 15:14:17 1.35.6.4.2.1 +++ parser3/src/main/Makefile.am 2003/10/24 04:42:25 1.37 @@ -1,4 +1,4 @@ -INCLUDES = -I../types -I../classes -I../sql -I../lib/pcre $(INCLTDL) @XML_INCLUDES@ +INCLUDES = -I../types -I../classes -I../sql -I../lib/pcre -I../lib/gc/include -I../lib/cord/include $(INCLTDL) @XML_INCLUDES@ noinst_HEADERS = compile_tools.h noinst_LIBRARIES = libmain.a @@ -7,4 +7,4 @@ libmain_a_SOURCES = pa_common.C compile. compile.tab.C: compile.y bison -v $< -o $@ -EXTRA_DIST = compile.y main.dsp +EXTRA_DIST = compile.y main.vcproj