From 8f2d9f2e63cb6cc5f9d4a72985c42fe8ca4adb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 23 Aug 2011 19:39:30 +0100 Subject: Makefile.am: fix typo to include .gschema.xml.in to the dist --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8ae7e6d..8b57590 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ dist_noinst_SCRIPTS = \ autogen.sh dist_noinst_DATA = \ - data/org.ubuntu.indicator-power.gschema.xml + data/org.ubuntu.indicator-power.gschema.xml \ $(gsettings_in_file) CLEANFILES = \ -- cgit v1.2.3 From 1c9c7772c2d4f2cf3108d833b9a1fe2113fd33a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 25 Aug 2011 18:46:15 +0100 Subject: Use consistent location for gsettings schema Use the same location as indicator-datetime --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.3