mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
add limited_stack.h to Makefile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4213 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a0e30632d6
commit
154a8d332a
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user