diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 375c7ca..3143881 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,18 @@ +# +# the indicator bus file +# + +indicatorsdir = $(prefix)/share/unity/indicators +indicators_DATA = com.canonical.indicator.power + +# +# the gettings +# + gsettings_in_file = com.canonical.indicator.power.gschema.xml.in gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml) +CLEANFILES += $(gsettings_SCHEMAS) @INTLTOOL_XML_NOMERGE_RULE@ |