summaryrefslogtreecommitdiff
path: root/themes/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-09-15 20:30:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-09-15 20:30:37 (GMT)
commit74642fbdeefaec21885e5fb6cad432e3e3b47cdb (patch)
tree11c5a34a3cdae86feefe6a35052b0384480fee75 /themes/Makefile.am
parentce8c1719963657aeaf963650183e46979cab0d68 (diff)
Defined a GTK3 style for binary portions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@404 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'themes/Makefile.am')
-rw-r--r--themes/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/Makefile.am b/themes/Makefile.am
new file mode 100644
index 0000000..c790aad
--- /dev/null
+++ b/themes/Makefile.am
@@ -0,0 +1,7 @@
+
+GTK3_CSS = \
+ portions.css
+
+cssdir = $(datadir)/themes
+
+css_DATA = $(GTK3_CSS)