diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-10 23:13:18 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-10 23:13:18 +0800 |
commit | 2f62d91630f58325820712e9c21439b7fae055ce (patch) | |
tree | 794347a13618b5f7a18775617449fe2dfb712e42 /data/Makefile.am | |
parent | 56a166bb42bd55216a489c0b850ddd6bca2a3cd5 (diff) | |
download | gsoc2013-evolution-2f62d91630f58325820712e9c21439b7fae055ce.tar.gz gsoc2013-evolution-2f62d91630f58325820712e9c21439b7fae055ce.tar.zst gsoc2013-evolution-2f62d91630f58325820712e9c21439b7fae055ce.zip |
Port calendar importer to GSettings
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 17b32acc1e..fb4c041c23 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -14,6 +14,7 @@ gsettings_SCHEMAS = \ org.gnome.evolution.gschema.xml \ org.gnome.evolution.addressbook.gschema.xml \ org.gnome.evolution.calendar.gschema.xml \ + org.gnome.evolution.importer.gschema.xml \ org.gnome.evolution.mail.gschema.xml \ org.gnome.evolution.shell.gschema.xml.in \ org.gnome.evolution.eplugin.attachment-reminder.gschema.xml \ |