* development/scons/scons_manifest.py: change LyXServer* to Server*

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18094 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-04-29 17:00:47 +00:00
parent 242e09f20d
commit ef4578ab6e

View File

@ -1045,8 +1045,8 @@ src_header_files = Split('''
Lexer.h
LyXRC.h
Row.h
LyXServer.h
LyXServerSocket.h
Server.h
ServerSocket.h
LyXText.h
LyXTextClass.h
LyXTextClassList.h
@ -1147,8 +1147,8 @@ src_pre_files = Split('''
Lexer.cpp
LyXRC.cpp
Row.cpp
LyXServer.cpp
LyXServerSocket.cpp
Server.cpp
ServerSocket.cpp
LyXTextClass.cpp
LyXTextClassList.cpp
LyXVC.cpp