diff options
author | infirit <[email protected]> | 2014-06-25 21:14:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-18 14:06:58 +0200 |
commit | 7f7c24d674504842f7b28d612961085d62df1ffc (patch) | |
tree | 489516cbca322837e6d087d692b0217c2525d829 /desktop-themes/Shiny/xfwm4/Makefile.am | |
parent | 027806d781a7045f01993fd65c46c4f37ca1777c (diff) | |
download | mate-themes-7f7c24d674504842f7b28d612961085d62df1ffc.tar.bz2 mate-themes-7f7c24d674504842f7b28d612961085d62df1ffc.tar.xz |
Shiny: add openbox, unity and xfwm4 themes
Diffstat (limited to 'desktop-themes/Shiny/xfwm4/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/xfwm4/Makefile.am | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/xfwm4/Makefile.am b/desktop-themes/Shiny/xfwm4/Makefile.am new file mode 100644 index 00000000..1b8d3d5b --- /dev/null +++ b/desktop-themes/Shiny/xfwm4/Makefile.am @@ -0,0 +1,51 @@ + +themedir = $(datadir)/themes/Shiny/xfwm4 + +theme_DATA = \ + bottom-active.png \ + bottom-inactive.png \ + bottom-left-active.png \ + bottom-left-inactive.png \ + bottom-right-active.png \ + bottom-right-inactive.png \ + close-active.png \ + close-inactive.png \ + close-prelight.png \ + close-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-prelight.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-prelight.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-prelight.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-prelight.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + themerc \ + title-1-active.png \ + title-1-inactive.png \ + title-2-active.png \ + title-2-inactive.png \ + title-3-active.png \ + title-3-inactive.png \ + title-4-active.png \ + title-4-inactive.png \ + title-5-active.png \ + title-5-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +EXTRA_DIST = $(theme_DATA) |