diff options
author | Yaakov Selkowitz <[email protected]> | 2012-12-25 18:37:17 -0600 |
---|---|---|
committer | Yaakov Selkowitz <[email protected]> | 2012-12-25 18:37:17 -0600 |
commit | 9833392a4ec4fcf29a42dae188af763858678269 (patch) | |
tree | f71f9c7a9fa3c8eaf61decf499c0c0f4399ed2ca /Makefile.am | |
parent | 17d2ea57491246b3ac68d94d9a1cd29a91b5409b (diff) | |
download | mate-control-center-9833392a4ec4fcf29a42dae188af763858678269.tar.bz2 mate-control-center-9833392a4ec4fcf29a42dae188af763858678269.tar.xz |
Add mateconf-gsettings-data-convert file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e5160c7b..56dd2d30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,9 @@ gsettings_SCHEMAS = \ %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-control-center.convert + ACLOCAL_AMFLAGS = -I m4 CLEANFILES = \ @@ -53,6 +56,7 @@ MAINTAINERCLEANFILES = \ EXTRA_DIST = \ $(gsettings_schemas_in_in) \ + $(convert_DATA) \ MAINTAINERS \ mate-doc-utils.make |