diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 16:11:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 16:11:10 -0600 |
commit | e9cd101e3c94fd88034573331bb27b3761339404 (patch) | |
tree | 50dc98d3423ebd0a527ead3a442c61b192752d2a /data/Makefile.am | |
parent | ea4f2d84eb5a268462037868131e1d9e69b3a845 (diff) | |
parent | 612662f401ef931eea0d5e8c25319c4326cd2c2d (diff) | |
download | ayatana-indicator-power-e9cd101e3c94fd88034573331bb27b3761339404.tar.gz ayatana-indicator-power-e9cd101e3c94fd88034573331bb27b3761339404.tar.bz2 ayatana-indicator-power-e9cd101e3c94fd88034573331bb27b3761339404.zip |
Fixing distcheck
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 17 |
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) |