diff options
author | raveit65 <[email protected]> | 2013-11-15 13:22:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-15 13:22:05 +0100 |
commit | fb53293a3aabed4cf9af84a93a418342bef54a85 (patch) | |
tree | a16ac0d652984617615cdcaa243791de3829d09f /desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am | |
parent | 8a12f753caec2f394ab92fbe47789c25de9874a8 (diff) | |
download | mate-themes-fb53293a3aabed4cf9af84a93a418342bef54a85.tar.bz2 mate-themes-fb53293a3aabed4cf9af84a93a418342bef54a85.tar.xz |
rename Menta-Blue to BlueMenta
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am new file mode 100644 index 00000000..da325a81 --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am @@ -0,0 +1,20 @@ +themedir = $(datadir)/themes/BlueMenta/gtk-2.0/apps/Caja + +theme_DATA = \ + breadcrumb_active.png \ + breadcrumb_normal.png \ + breadcrumb_prelight.png \ + extra-widget.png \ + left_slider_normal.png \ + mode_normal.png \ + mode_prelight.png \ + mode_pressed.png \ + nautilus-toolbar.png \ + resize_grip.png \ + right_slider_normal.png \ + slider.png \ + slider-prelight.png \ + trough.png + +EXTRA_DIST = $(theme_DATA) + |