diff options
author | Yaakov Selkowitz <[email protected]> | 2012-12-25 20:19:17 -0600 |
---|---|---|
committer | Yaakov Selkowitz <[email protected]> | 2012-12-25 20:19:17 -0600 |
commit | 83f0dee3359c20d2fb9f1a1430ab830c4b2e79af (patch) | |
tree | 8f43fb6716a77a51c964de2310e23b1b6419f49d /schemas/Makefile.am | |
parent | c46e03242839fe61a08fb44c7149baf70a85689c (diff) | |
download | mate-desktop-83f0dee3359c20d2fb9f1a1430ab830c4b2e79af.tar.bz2 mate-desktop-83f0dee3359c20d2fb9f1a1430ab830c4b2e79af.tar.xz |
Add mateconf-gsettings-data-convert file
Diffstat (limited to 'schemas/Makefile.am')
-rw-r--r-- | schemas/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 59cf1ed..c4ae89f 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -22,7 +22,11 @@ gsettings_SCHEMAS = \ %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-desktop.convert + EXTRA_DIST = \ + $(convert_DATA) \ $(gsettings_SCHEMAS) CLEANFILES = \ |