aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-14 16:26:21 -0600
committerTed Gould <ted@gould.cx>2012-02-14 16:26:21 -0600
commit527b493f6ea1272a51d6aed7798f1592f7dfdbb7 (patch)
tree1e2972e53bb5ac7fe1ff90861f6030e9383b529e /data/Makefile.am
parent1566633e5f966baf818d413c2166f4815780eedb (diff)
parent55cbd83e46951e9ddb0c38e5403470d775297116 (diff)
downloadayatana-indicator-power-527b493f6ea1272a51d6aed7798f1592f7dfdbb7.tar.gz
ayatana-indicator-power-527b493f6ea1272a51d6aed7798f1592f7dfdbb7.tar.bz2
ayatana-indicator-power-527b493f6ea1272a51d6aed7798f1592f7dfdbb7.zip
* New upstream release.
* Support for hiding of icon and settings for it as well * Adding a name hint
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)