diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 2946c380c9..e107c3026e 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1629,7 +1629,9 @@ lib_images_files = Split(''' tabular-feature_set-all-lines.xpm tabular-feature_set-longtabular.xpm tabular-feature_set-rotate-cell.xpm + tabular-feature_toggle-rotate-cell.xpm tabular-feature_set-rotate-tabular.xpm + tabular-feature_toggle-rotate-tabular.xpm tabular-feature_toggle-line-bottom.xpm tabular-feature_toggle-line-left.xpm tabular-feature_toggle-line-right.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index d262afe8bf..98eb78c9dd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -329,7 +329,9 @@ dist_images_DATA = \ images/tabular-feature_set-all-lines.xpm \ images/tabular-feature_set-longtabular.xpm \ images/tabular-feature_set-rotate-cell.xpm \ + images/tabular-feature_toggle-rotate-cell.xpm \ images/tabular-feature_set-rotate-tabular.xpm \ + images/tabular-feature_toggle-rotate-tabular.xpm \ images/tabular-feature_toggle-line-bottom.xpm \ images/tabular-feature_toggle-line-left.xpm \ images/tabular-feature_toggle-line-right.xpm \