diff options
author | raveit65 <[email protected]> | 2015-04-18 19:15:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-18 19:54:46 +0200 |
commit | 501243f3c3289ac2f43e2ed4386b51a97533b356 (patch) | |
tree | 0d972751f83b66f28eca9e920acf9a415bd4ddd7 /desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | |
parent | 3ac430f3effa90ee178fc77cb77a426236dc432a (diff) | |
download | mate-themes-501243f3c3289ac2f43e2ed4386b51a97533b356.tar.bz2 mate-themes-501243f3c3289ac2f43e2ed4386b51a97533b356.tar.xz |
GreenLaguna GTK3: use builtin icons for csd window controls
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am index 7da3b579..04e94060 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am +++ b/desktop-themes/GreenLaguna/gtk-3.0/Makefile.am @@ -11,9 +11,11 @@ theme_DATA = \ mate-applications.css \ other-applications.css \ settings.ini \ - unity.css + unity.css \ + window-controls.css EXTRA_DIST = $(theme_DATA) -SUBDIRS = assets +SUBDIRS = assets \ + window-controls |