diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-25 18:46:15 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-25 18:46:15 +0100 |
commit | 1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6 (patch) | |
tree | 368ef42b92b561514e3d513344f5948b8ca11856 /Makefile.am | |
parent | bc4d8d425ada55b3bf707b9d65893cd53cdd81a1 (diff) | |
download | ayatana-indicator-power-1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6.tar.gz ayatana-indicator-power-1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6.tar.bz2 ayatana-indicator-power-1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6.zip |
Use consistent location for gsettings schema
Use the same location as indicator-datetime
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8b57590..0d4d34b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = po -gsettings_in_file = data/org.ubuntu.indicator-power.gschema.xml.in +gsettings_in_file = data/com.canonical.indicator.power.gschema.xml.in gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml) @INTLTOOL_XML_NOMERGE_RULE@ @@ -35,7 +35,7 @@ dist_noinst_SCRIPTS = \ autogen.sh dist_noinst_DATA = \ - data/org.ubuntu.indicator-power.gschema.xml \ + data/com.canonical.indicator.power.gschema.xml \ $(gsettings_in_file) CLEANFILES = \ |