diff options
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 = \ |