diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-17 03:32:45 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-17 03:32:45 -0700 |
commit | d812f181c90c76b58117bba8de926ee3faf79840 (patch) | |
tree | 06b5346a8b132daacfb7e776a020fd4e63430c4f /desktop-themes/TraditionalOk/xfwm4/png/Makefile.am | |
parent | b0c8a05db42235d28beca552b5b64e114a33c4c5 (diff) | |
parent | a1f219a214ed9d62452ce44192ef61dc860c50ca (diff) | |
download | mate-themes-d812f181c90c76b58117bba8de926ee3faf79840.tar.bz2 mate-themes-d812f181c90c76b58117bba8de926ee3faf79840.tar.xz |
Merge pull request #22 from NiceandGently/master
update TraditionalOk theme to clearlooks-phenix development
Diffstat (limited to 'desktop-themes/TraditionalOk/xfwm4/png/Makefile.am')
-rw-r--r-- | desktop-themes/TraditionalOk/xfwm4/png/Makefile.am | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/xfwm4/png/Makefile.am b/desktop-themes/TraditionalOk/xfwm4/png/Makefile.am new file mode 100644 index 00000000..bee9fa35 --- /dev/null +++ b/desktop-themes/TraditionalOk/xfwm4/png/Makefile.am @@ -0,0 +1,38 @@ +THEME_NAME=TraditionalOk + +themedir = $(datadir)/themes/$(THEME_NAME)/xfwm4/png + +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-pressed.png \ + hide-active.png \ + hide-inactive.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + title-1-active.png \ + title-1-inactive.png \ + top-left-active.png \ + top-left-inactive.png \ + top-right-active.png \ + top-right-inactive.png + +EXTRA_DIST = $(theme_DATA) |