aboutsummaryrefslogtreecommitdiffstats
path: root/eazel-engine/Crux/gtk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'eazel-engine/Crux/gtk/Makefile.am')
-rw-r--r--eazel-engine/Crux/gtk/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/eazel-engine/Crux/gtk/Makefile.am b/eazel-engine/Crux/gtk/Makefile.am
new file mode 100644
index 0000000..6276362
--- /dev/null
+++ b/eazel-engine/Crux/gtk/Makefile.am
@@ -0,0 +1,12 @@
+
+COLOR = '<".eazel-engine-color">'
+
+themedir = $(datadir)/themes/Crux/gtk
+theme_DATA = gtkrc
+
+enginedir = $(libdir)/gtk/themes/engines
+
+MAINTAINERCLEANFILES = gtkrc
+
+gtkrc : $(top_srcdir)/gtkrc.in $(top_srcdir)/make-gtkrc.pl $(top_builddir)/config.status
+ perl $(top_srcdir)/make-gtkrc.pl -c $(COLOR) -d "$(enginedir)" < $(top_srcdir)/gtkrc.in > gtkrc