diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-02-04 21:49:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:42 +0800 |
commit | d21230f743de72ff73ed4aa22149175346d4d6ce (patch) | |
tree | 4ee17bbfe83bcafce7f229362e2535201c44abf9 /modules/Makefile.am | |
parent | c030e2f0a57ee68c5a512df0cd0cea06346a50bc (diff) | |
download | gsoc2013-evolution-d21230f743de72ff73ed4aa22149175346d4d6ce.tar.gz gsoc2013-evolution-d21230f743de72ff73ed4aa22149175346d4d6ce.tar.zst gsoc2013-evolution-d21230f743de72ff73ed4aa22149175346d4d6ce.zip |
Add 'cal-config-weather' module.
Registers the "Weather" backend in ECalSourceConfig widgets.
Replaces the 'calendar-weather' plugin.
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 00754d8491..0f1f6b5a93 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -2,6 +2,10 @@ if ENABLE_LDAP CONFIG_LDAP_DIR = book-config-ldap endif +if ENABLE_WEATHER +CONFIG_WEATHER_DIR = cal-config-weather +endif + if ENABLE_MONO MONO_DIR = plugin-mono endif @@ -28,6 +32,7 @@ SUBDIRS = \ cal-config-contacts \ cal-config-google \ cal-config-local \ + $(CONFIG_WEATHER_DIR) \ composer-autosave \ mailto-handler \ mdn \ |