diff options
author | raveit65 <[email protected]> | 2015-04-18 19:59:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-18 19:59:05 +0200 |
commit | 3208dc2a868d492bb7f9be537f0ac153b2d11f9a (patch) | |
tree | 1218baa52b72f50270e3f7916f3b9f54088517e9 /desktop-themes/GreenLaguna/gtk-3.0/Makefile.am | |
parent | 83163432c2522abdfc54415e613561eacad05354 (diff) | |
download | mate-themes-3208dc2a868d492bb7f9be537f0ac153b2d11f9a.tar.bz2 mate-themes-3208dc2a868d492bb7f9be537f0ac153b2d11f9a.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 |