--- parser3/src/classes/Makefile.am 2001/10/09 15:47:54 1.24 +++ parser3/src/classes/Makefile.am 2001/10/24 16:20:39 1.26 @@ -1,6 +1,14 @@ -SUBDIRS = gd xalan-patched +if COMPILE_XML +PATCHES_SUBDIR=xalan-patched +PATCHES_INCLUDES=-I$(PATCHES_SUBDIR) +else +PATCHES_SUBDIR= +PATCHES_INCLUDES= +endif -INCLUDES = -I../types -I../sql -I../pcre -Igd -Ixalan-patched @XML_INCLUDES@ +SUBDIRS = gd $(XML_SUBDIR) + +INCLUDES = -I../types -I../sql -I../pcre -Igd $(PATCHES_INCLUDES) @XML_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