diff options
author | Yaakov Selkowitz <[email protected]> | 2012-12-25 01:43:16 -0600 |
---|---|---|
committer | Yaakov Selkowitz <[email protected]> | 2012-12-25 01:43:16 -0600 |
commit | 6b58b44c9516f1dc8c163323e45bb840eab940e2 (patch) | |
tree | beb04807f248d0458fdec45cca5a04640edaeba7 /src/Makefile.am | |
parent | 99a70e0dac224bf34ab2753bafc1344c04991b2a (diff) | |
download | mate-system-monitor-6b58b44c9516f1dc8c163323e45bb840eab940e2.tar.bz2 mate-system-monitor-6b58b44c9516f1dc8c163323e45bb840eab940e2.tar.xz |
Add mateconf-gsettings-data-convert file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 69535c3..8dd903c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,6 +58,9 @@ gsettings_SCHEMAS = org.mate.system-monitor.gschema.xml %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ +convertdir = $(datadir)/MateConf/gsettings +dist_convert_DATA = mate-system-monitor.convert + dist_noinst_DATA = \ $(gsettings_in_file) |