aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-http/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-02-04 21:46:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:42 +0800
commit3efee090f0f57828edd05210f1a709f4eb4a926a (patch)
treeedf02d2bbfb531984771fa92ff517e7ad71f1ccc /plugins/calendar-http/Makefile.am
parentd21230f743de72ff73ed4aa22149175346d4d6ce (diff)
downloadgsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.gz
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.bz2
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.lz
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.xz
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.tar.zst
gsoc2013-evolution-3efee090f0f57828edd05210f1a709f4eb4a926a.zip
Add 'cal-config-webcal' module.
Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin.
Diffstat (limited to 'plugins/calendar-http/Makefile.am')
-rw-r--r--plugins/calendar-http/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/calendar-http/Makefile.am b/plugins/calendar-http/Makefile.am
deleted file mode 100644
index 7333fd31d5..0000000000
--- a/plugins/calendar-http/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-@EVO_PLUGIN_RULE@
-
-plugin_DATA = org-gnome-calendar-http.eplug
-
-plugin_LTLIBRARIES = liborg-gnome-calendar-http.la
-
-liborg_gnome_calendar_http_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(GNOME_PLATFORM_CFLAGS)
-
-liborg_gnome_calendar_http_la_SOURCES = calendar-http.c
-
-liborg_gnome_calendar_http_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-
-liborg_gnome_calendar_http_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS)
-
-EXTRA_DIST = org-gnome-calendar-http.eplug.xml
-
-BUILT_SOURCES = $(plugin_DATA)
-CLEANFILES = $(BUILT_SOURCES)
-
--include $(top_srcdir)/git.mk