--- parser3/src/classes/Makefile.am 2001/10/24 16:20:39 1.26 +++ parser3/src/classes/Makefile.am 2001/10/28 14:07:45 1.30 @@ -1,17 +1,9 @@ -if COMPILE_XML -PATCHES_SUBDIR=xalan-patched -PATCHES_INCLUDES=-I$(PATCHES_SUBDIR) -else -PATCHES_SUBDIR= -PATCHES_INCLUDES= -endif +SUBDIRS = gd xalan-patched -SUBDIRS = gd $(XML_SUBDIR) - -INCLUDES = -I../types -I../sql -I../pcre -Igd $(PATCHES_INCLUDES) @XML_INCLUDES@ +INCLUDES = -I../types -I../sql -I../pcre -Igd -Ixalan-patched @XML_INCLUDES@ @DB2_INCLUDES@ noinst_LIBRARIES = libclasses.a -libclasses_a_SOURCES = classes.C double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C ident.C +libclasses_a_SOURCES = ident.C classes.C double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C hashfile.C CLEANFILES = classes.inc CLASSES_INC_DEPS = *.C