[gnome-clocks] Make sure GETTEXT_PACKAGE gets substiuted at build time



commit 46e23d1e5035cc5d7b10d3f9cd9888bd3e770cf2
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Aug 26 14:30:04 2013 +0200

    Make sure GETTEXT_PACKAGE gets substiuted at build time

 Makefile.am                                        |    2 +-
 configure.ac                                       |    1 +
 ...a.xml.in => org.gnome.clocks.gschema.xml.in.in} |    0
 3 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a531af5..2ceabda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,7 +136,7 @@ EXTRA_DIST = \
        $(images_DATA) \
        $(resource_files) \
        data/gnome-clocks.gresource.xml \
-       data/org.gnome.clocks.gschema.xml.in
+       data/org.gnome.clocks.gschema.xml.in.in
 
 CLEANFILES = \
        $(applications_DATA)
diff --git a/configure.ac b/configure.ac
index cb40301..f206573 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ PKG_CHECK_MODULES(CLOCKS, [
 
 AC_CONFIG_FILES([
     Makefile
+    data/org.gnome.clocks.gschema.xml.in
     po/Makefile.in
 ])
 
diff --git a/data/org.gnome.clocks.gschema.xml.in b/data/org.gnome.clocks.gschema.xml.in.in
similarity index 100%
rename from data/org.gnome.clocks.gschema.xml.in
rename to data/org.gnome.clocks.gschema.xml.in.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]