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/cal-config-weather/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/cal-config-weather/Makefile.am (limited to 'modules/cal-config-weather/Makefile.am') diff --git a/modules/cal-config-weather/Makefile.am b/modules/cal-config-weather/Makefile.am new file mode 100644 index 0000000000..54b6d1e0e0 --- /dev/null +++ b/modules/cal-config-weather/Makefile.am @@ -0,0 +1,28 @@ +module_LTLIBRARIES = module-cal-config-weather.la + +module_cal_config_weather_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ + -DG_LOG_DOMAIN=\"evolution-cal-config-weather\" \ + $(EVOLUTION_DATA_SERVER_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ + $(GWEATHER_CFLAGS) + +module_cal_config_weather_la_SOURCES = \ + evolution-cal-config-weather.c \ + e-source-weather.c \ + e-source-weather.h + +module_cal_config_weather_la_LIBADD = \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/calendar/gui/libevolution-calendar.la \ + $(EVOLUTION_DATA_SERVER_LIBS) \ + $(GNOME_PLATFORM_LIBS) \ + $(GWEATHER_LIBS) + +module_cal_config_weather_la_LDFLAGS = \ + -module -avoid-version $(NO_UNDEFINED) + +-include $(top_srcdir)/git.mk -- cgit v1.2.3