From: Uwe Stöhr Date: Wed, 23 May 2007 23:55:52 +0000 (+0000) Subject: update build system after changeset 18478 X-Git-Tag: 1.6.10~9651 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=72586d2c03a2a24923aae3ddb051cfbac9b7bae9;p=features.git update build system after changeset 18478 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18481 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 2dbe469487..99c849a5f9 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1642,6 +1642,9 @@ lib_images_files = Split(''' tabular-feature_valign-top.xpm tabular-insert.xpm thesaurus-entry.xpm + toolbar-toggle_math.xpm + toolbar-toggle_math_panels.xpm + toolbar-toggle_table.xpm undo.xpm unknown.xpm up.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index 5b679dc72f..6a5a1e963b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -344,6 +344,9 @@ dist_images_DATA = \ images/tabular-feature_valign-top.xpm \ images/tabular-insert.xpm \ images/thesaurus-entry.xpm \ + images/toolbar-toggle_math.xpm \ + images/toolbar-toggle_math_panels.xpm \ + images/toolbar-toggle_table.xpm \ images/undo.xpm \ images/unknown.xpm \ images/up.xpm \