From 3efee090f0f57828edd05210f1a709f4eb4a926a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 4 Feb 2011 08:46:37 -0500 Subject: Add 'cal-config-webcal' module. Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin. --- modules/cal-config-webcal/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/cal-config-webcal/Makefile.am (limited to 'modules/cal-config-webcal/Makefile.am') diff --git a/modules/cal-config-webcal/Makefile.am b/modules/cal-config-webcal/Makefile.am new file mode 100644 index 0000000000..ef96ebfece --- /dev/null +++ b/modules/cal-config-webcal/Makefile.am @@ -0,0 +1,24 @@ +module_LTLIBRARIES = module-cal-config-webcal.la + +module_cal_config_webcal_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ + -DG_LOG_DOMAIN=\"evolution-cal-config-webcal\" \ + $(EVOLUTION_DATA_SERVER_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) + +module_cal_config_webcal_la_SOURCES = \ + evolution-cal-config-webcal.c + +module_cal_config_webcal_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) + +module_cal_config_webcal_la_LDFLAGS = \ + -module -avoid-version $(NO_UNDEFINED) + +-include $(top_srcdir)/git.mk -- cgit v1.2.3