From eeb37d127e5bd3d34735b56c678ad1fd931d8034 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 18 Jun 2013 21:28:30 -0500 Subject: install the .indicator file into share/unity/indicators/ --- data/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data/Makefile.am') 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@ -- cgit v1.2.3