From: Uwe Stöhr Date: Sun, 10 Apr 2011 18:58:51 +0000 (+0000) Subject: SConstruct: fix compiling with SCons X-Git-Tag: 2.0.0~172 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=aa82567b5b798289e2a357793551f9d6177adcb3;p=features.git SConstruct: fix compiling with SCons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38327 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index e018fa9db6..f7a7db8e37 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1870,9 +1870,6 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: ('.', lib_files), ('bind', lib_bind_files), ('bind/de', lib_bind_de_files), - ('bind/fi', lib_bind_fi_files), - ('bind/pt', lib_bind_pt_files), - ('bind/sv', lib_bind_sv_files), ('commands', lib_commands_files), ('doc', lib_doc_files), ('doc/biblio', lib_doc_biblio_files),