aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-14 16:25:10 -0600
committerTed Gould <ted@gould.cx>2012-02-14 16:25:10 -0600
commit55cbd83e46951e9ddb0c38e5403470d775297116 (patch)
tree7495e32475b52a36a0ce4ac299d7ae66b9a9d3dd /data/Makefile.am
parent8541fa2fca5e702df025c670f7d03bceb66ca2aa (diff)
parent1651ec12b187309fbf8934d37540e38a515409dd (diff)
downloadayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.tar.gz
ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.tar.bz2
ayatana-indicator-power-55cbd83e46951e9ddb0c38e5403470d775297116.zip
Import upstream version 1.90
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..375c7ca
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,17 @@
+
+gsettings_in_file = com.canonical.indicator.power.gschema.xml.in
+gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
+
+@INTLTOOL_XML_NOMERGE_RULE@
+
+@GSETTINGS_RULES@
+
+dist_noinst_DATA = \
+ com.canonical.indicator.power.gschema.xml \
+ $(gsettings_in_file)
+
+CLEANFILES = \
+ $(gsettings_SCHEMAS)
+
+MAINTAINERCLEANFILES = \
+ $(gsettings_SCHEMAS:.xml=.valid)