mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +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>
|
2002-05-26 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
* limited_stack.h: new template for limited-size
|
* limited_stack.h: new template for limited-size
|
||||||
stacks
|
stacks
|
||||||
|
|
||||||
|
@ -22,13 +22,10 @@ libsupport_la_SOURCES = \
|
|||||||
LOstream.h \
|
LOstream.h \
|
||||||
os.C \
|
os.C \
|
||||||
os.h \
|
os.h \
|
||||||
StrPool.C \
|
|
||||||
StrPool.h \
|
|
||||||
abort.C \
|
abort.C \
|
||||||
atoi.C \
|
atoi.C \
|
||||||
chdir.C \
|
chdir.C \
|
||||||
copy.C \
|
copy.C \
|
||||||
date.C \
|
|
||||||
filetools.C \
|
filetools.C \
|
||||||
filetools.h \
|
filetools.h \
|
||||||
fmt.C \
|
fmt.C \
|
||||||
@ -36,9 +33,9 @@ libsupport_la_SOURCES = \
|
|||||||
forkedcall.h \
|
forkedcall.h \
|
||||||
forkedcontr.C \
|
forkedcontr.C \
|
||||||
forkedcontr.h \
|
forkedcontr.h \
|
||||||
getUserName.C \
|
|
||||||
getcwd.C \
|
getcwd.C \
|
||||||
kill.C \
|
kill.C \
|
||||||
|
limited_stack.h \
|
||||||
lstrings.C \
|
lstrings.C \
|
||||||
lstrings.h \
|
lstrings.h \
|
||||||
lxtl.h \
|
lxtl.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user