From ead8ef613ce66d51399a87d225b4cd52c6c7983e Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 23:42:46 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- desktop-themes/aldabra/gtk-3.0/assets/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 desktop-themes/aldabra/gtk-3.0/assets/Makefile.am (limited to 'desktop-themes/aldabra/gtk-3.0/assets/Makefile.am') diff --git a/desktop-themes/aldabra/gtk-3.0/assets/Makefile.am b/desktop-themes/aldabra/gtk-3.0/assets/Makefile.am new file mode 100644 index 00000000..e5b455d5 --- /dev/null +++ b/desktop-themes/aldabra/gtk-3.0/assets/Makefile.am @@ -0,0 +1,16 @@ + +themedir = $(datadir)/themes/aldabra/gtk-3.0/assets + +theme_DATA = \ + checkbox-checked-insensitive.svg \ + radio-mixed.svg \ + checkbox-checked.svg \ + radio-selected-insensitive.svg \ + checkbox-mixed.svg \ + radio-selected.svg \ + checkbox-unchecked-insensitive.svg \ + radio-unselected-insensitive.svg \ + checkbox-unchecked.svg \ + radio-unselected.svg + +EXTRA_DIST = $(theme_DATA) -- cgit v1.2.1