diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-22 21:39:04 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-08-22 21:39:04 +0100 |
commit | ad800988e06fa6a694af5f3c61db2c378aed3a74 (patch) | |
tree | 154d087aa197cba0c9540a571e43216978a322ae | |
parent | b2aec5eb2109ab804d0c3f279e96d11202ccc9e2 (diff) | |
download | ayatana-indicator-power-ad800988e06fa6a694af5f3c61db2c378aed3a74.tar.gz ayatana-indicator-power-ad800988e06fa6a694af5f3c61db2c378aed3a74.tar.bz2 ayatana-indicator-power-ad800988e06fa6a694af5f3c61db2c378aed3a74.zip |
Add gsettings schema to the translatable files
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 70af9f5..2168fe5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,9 @@ libpower_la_LDFLAGS = \ ############################################################ +dist_noinst_DATA = \ + $(gsettings_in_file) + EXTRA_DIST = \ $(gsettingsschema_in_files) \ autogen.sh @@ -38,6 +41,9 @@ EXTRA_DIST = \ CLEANFILES = \ $(gsettings_SCHEMAS) +MAINTAINERCLEANFILES = \ + $(gsettings_SCHEMAS:.xml=.valid) + DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall ############################################################ diff --git a/po/POTFILES.in b/po/POTFILES.in index 5c310d8..62d1e12 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1 +1,2 @@ +data/org.ubuntu.indicator-power.gschema.xml.in src/indicator-power.c |