From 306a375fa661045003cfa08d5cedc6cf460946ce Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 29 Apr 2007 22:15:32 +0000 Subject: [PATCH] * development/scons/scons_manifest.py: fix LyXLayout.* => Layout.* git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18100 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 9629e00b47..76f0f36fd5 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1030,7 +1030,6 @@ src_header_files = Split(''' KeyMap.h KeySequence.h Language.h - layout.h lengthcommon.h lfuns.h callback.h @@ -1039,7 +1038,7 @@ src_header_files = Split(''' lyxfind.h LyXFont.h LyXFunc.h - LyXLayout.h + Layout.h lyxlayout_ptr_fwd.h Length.h Lexer.h @@ -1142,7 +1141,7 @@ src_pre_files = Split(''' lyxfind.cpp LyXFont.cpp LyXFunc.cpp - LyXLayout.cpp + Layout.cpp Length.cpp Lexer.cpp LyXRC.cpp -- 2.39.5