aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/default-source/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-28 21:21:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:42 +0800
commit2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6 (patch)
tree3c45762879da2a9c5888dc1884da31a41528869e /plugins/default-source/Makefile.am
parent48e680cdf39ab5754b000229f8ded1a8eeebf437 (diff)
downloadgsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.tar
gsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.tar.gz
gsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.tar.bz2
gsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.tar.lz
gsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.tar.xz
gsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.tar.zst
gsoc2013-evolution-2b5a9b4eb44d4b9aa9f549d748b3eeb294c48ad6.zip
Remove default-source plugin.
Obsoleted by EBookSourceConfig and ECalSourceConfig.
Diffstat (limited to 'plugins/default-source/Makefile.am')
-rw-r--r--plugins/default-source/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/default-source/Makefile.am b/plugins/default-source/Makefile.am
deleted file mode 100644
index 07efb18d20..0000000000
--- a/plugins/default-source/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-@EVO_PLUGIN_RULE@
-
-plugin_DATA = org-gnome-default-source.eplug
-
-plugin_LTLIBRARIES = liborg-gnome-default-source.la
-
-liborg_gnome_default_source_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(GNOME_PLATFORM_CFLAGS)
-
-liborg_gnome_default_source_la_SOURCES = default-source.c
-
-liborg_gnome_default_source_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-
-liborg_gnome_default_source_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/shell/libeshell.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS)
-
-EXTRA_DIST = org-gnome-default-source.eplug.xml
-
-BUILT_SOURCES = $(plugin_DATA)
-CLEANFILES = $(BUILT_SOURCES)
-
--include $(top_srcdir)/git.mk