--- parser3/src/classes/Makefile.am 2001/07/07 16:38:01 1.16 +++ parser3/src/classes/Makefile.am 2001/09/24 16:48:40 1.19 @@ -1,8 +1,6 @@ -# $Id: Makefile.am,v 1.16 2001/07/07 16:38:01 parser Exp $ - SUBDIRS = gd -INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre +INCLUDES = -I../types -I../sql -I../pcre -Igd CLASSES_INC=classes.inc CLASSES_C=classes.C @@ -15,5 +13,5 @@ $(CLASSES_INC): $(METHODED) classes.awk $(CLASSES_C): $(CLASSES_INC) 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 +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 dom.C dnode.C CLEANFILES = $(CLASSES_INC)