From 154a8d332aafbfe65a18f6928737326e26146c9a Mon Sep 17 00:00:00 2001 From: John Levon Date: Sun, 26 May 2002 19:46:25 +0000 Subject: [PATCH] add limited_stack.h to Makefile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4213 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 1 + src/support/Makefile.am | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) 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 \ -- 2.39.2