]> git.lyx.org Git - features.git/commitdiff
add limited_stack.h to Makefile
authorJohn Levon <levon@movementarian.org>
Sun, 26 May 2002 19:46:25 +0000 (19:46 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 26 May 2002 19:46:25 +0000 (19:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4213 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/Makefile.am

index e7113896f9aa4411e6a15c5ae3eb7becefb599a3..afad16bd5324737adb54470309065932155a94c9 100644 (file)
@@ -1,5 +1,6 @@
 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
 
+       * Makefile.am:
        * limited_stack.h: new template for limited-size
          stacks
  
index 8997a622642491d7ffd972d003f75da7c6b6661d..579a8e106f60fea62b9d9af1e0aecd03fe2549d5 100644 (file)
@@ -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 \