diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-04 01:17:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-04 01:17:11 +0800 |
commit | 82c33581e19e695461c4c044105cba559cc733ff (patch) | |
tree | 4ce3902661b19306d3edcbbbdd839c2f7762454d /data/Makefile.am | |
parent | 7f482ca3eda9b2f21a810cced232fa821f668a47 (diff) | |
download | gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.gz gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.zst gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.zip |
Migrate mail prompts schemas to GSettings
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 22de063b18..75a36d47e2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,7 +12,8 @@ autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) gsettings_SCHEMAS = \ org.gnome.evolution.gschema.xml \ - org.gnome.evolution.addressbook.gschema.xml + org.gnome.evolution.addressbook.gschema.xml \ + org.gnome.evolution.mail.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ |