summaryrefslogtreecommitdiff
path: root/themes/Adwaita/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
commit2df715e74d6600ed0a5688a43f6ecd873957326a (patch)
treefeeb09b609a1fea8ae4441a83107767007ccba37 /themes/Adwaita/Makefile.am
parente5808e7df6eb36ff8e150e57e8691a0b05222844 (diff)
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'themes/Adwaita/Makefile.am')
-rw-r--r--themes/Adwaita/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/Adwaita/Makefile.am b/themes/Adwaita/Makefile.am
new file mode 100644
index 0000000..9ef46c5
--- /dev/null
+++ b/themes/Adwaita/Makefile.am
@@ -0,0 +1,12 @@
+
+GTK3_CSS = \
+ display.css \
+ icons.css \
+ portions.css \
+ clean.png \
+ redo.png \
+ undo.png
+
+cssdir = $(datadir)/themes/Adwaita
+
+css_DATA = $(GTK3_CSS)