From: Uwe Stöhr Date: Mon, 22 Feb 2010 20:46:26 +0000 (+0000) Subject: scons/scons_manifest.py: fix SCons X-Git-Tag: 2.0.0~3973 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=038b7e2b1980497be74f9f35cf37d303ee8b7b75;p=lyx.git scons/scons_manifest.py: fix SCons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33541 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index bab62392f7..4bd89a3673 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -118,7 +118,6 @@ src_header_files = Split(''' PrinterParams.h Row.h rowpainter.h - Section.h Server.h ServerSocket.h Session.h @@ -136,7 +135,6 @@ src_header_files = Split(''' update_flags.h VCBackend.h VSpace.h - Variables.h version.h WordLangTuple.h WordList.h @@ -253,8 +251,6 @@ src_extra_src_files = Split(''' EnchantChecker.cpp HunspellChecker.cpp main.cpp - Section.cpp - Variables.cpp ''')