From: Michael Schmitt Date: Sun, 29 Apr 2007 17:00:47 +0000 (+0000) Subject: * development/scons/scons_manifest.py: change LyXServer* to Server* X-Git-Tag: 1.6.10~9988 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ef4578ab6ec358483d5660033c0773e8d7cf7d9e;p=features.git * 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 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index d94c96624c..ddb6170387 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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