]> git.lyx.org Git - features.git/commitdiff
* development/scons/scons_manifest.py: change LyXServer* to Server*
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 29 Apr 2007 17:00:47 +0000 (17:00 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 29 Apr 2007 17:00:47 +0000 (17:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18094 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index d94c96624c1bf07eb492ca8142ee85e99537e7e7..ddb6170387a3d8b0dbcca9420c3aace687d1bda5 100644 (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