From d21230f743de72ff73ed4aa22149175346d4d6ce Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 4 Feb 2011 08:49:12 -0500 Subject: Add 'cal-config-weather' module. Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin. --- modules/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/Makefile.am') 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 \ -- cgit v1.2.3