diff options
author | raveit65 <[email protected]> | 2015-04-18 19:15:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-18 19:15:34 +0200 |
commit | ca80ba46b1485c8e996f516290ecced7d3020889 (patch) | |
tree | 0d972751f83b66f28eca9e920acf9a415bd4ddd7 /desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am | |
parent | cc8e634eeef8bbcfe82dd93449708a7956fdb9bb (diff) | |
download | mate-themes-ca80ba46b1485c8e996f516290ecced7d3020889.tar.bz2 mate-themes-ca80ba46b1485c8e996f516290ecced7d3020889.tar.xz |
GreenLaguna GTK3: use builtin icons for csd window controls
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am new file mode 100644 index 00000000..0d3aa937 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am @@ -0,0 +1,18 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/window-controls + +theme_DATA = \ + button-close-focus.png + button-max-focus1.png + button-max-focus.png + button-min-focus.png + menu-button-pressed.png + neutral.png + unabove-button.png + unabove-button-unfocus.png + unfocus.png + yellow.png + +EXTRA_DIST = $(theme_DATA) + |