diff --git a/src/support/ChangeLog b/src/support/ChangeLog index e7113896f9..afad16bd53 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,5 +1,6 @@ 2002-05-26 John Levon + * Makefile.am: * limited_stack.h: new template for limited-size stacks diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 8997a62264..579a8e106f 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -22,13 +22,10 @@ libsupport_la_SOURCES = \ LOstream.h \ os.C \ os.h \ - StrPool.C \ - StrPool.h \ abort.C \ atoi.C \ chdir.C \ copy.C \ - date.C \ filetools.C \ filetools.h \ fmt.C \ @@ -36,9 +33,9 @@ libsupport_la_SOURCES = \ forkedcall.h \ forkedcontr.C \ forkedcontr.h \ - getUserName.C \ getcwd.C \ kill.C \ + limited_stack.h \ lstrings.C \ lstrings.h \ lxtl.h \