--- parser3/src/classes/Makefile.am 2001/06/29 08:42:42 1.14 +++ parser3/src/classes/Makefile.am 2001/07/18 13:20:06 1.17 @@ -1,5 +1,3 @@ -# $Id: Makefile.am,v 1.14 2001/06/29 08:42:42 parser Exp $ - SUBDIRS = gd INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre @@ -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 random.C response.C string.C table.C void.C hash.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 CLEANFILES = $(CLASSES_INC)