aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-mono/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-19 04:08:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-19 08:48:32 +0800
commite9c96b8b790130deadc0fe88c1c18ba6355104e2 (patch)
treeaadd3e34f926ece935f0a28cadf093857bf7478a /modules/plugin-mono/Makefile.am
parent0252395e8e3a7fe24eeb2b1420e0e1db03bb0c45 (diff)
downloadgsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.tar
gsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.tar.gz
gsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.tar.bz2
gsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.tar.lz
gsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.tar.xz
gsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.tar.zst
gsoc2013-evolution-e9c96b8b790130deadc0fe88c1c18ba6355104e2.zip
Remove Mono and Python EPlugin bindings.
EPlugin is deprecated. These bindings have never been used for anything and they're never going to be used at this point. Remove the dead weight.
Diffstat (limited to 'modules/plugin-mono/Makefile.am')
-rw-r--r--modules/plugin-mono/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/plugin-mono/Makefile.am b/modules/plugin-mono/Makefile.am
deleted file mode 100644
index be9e94e7ba..0000000000
--- a/modules/plugin-mono/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-module_LTLIBRARIES = module-plugin-mono.la
-
-module_plugin_mono_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -DG_LOG_DOMAIN=\"evolution-plugin-mono\" \
- -I$(top_srcdir) \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(MONO_CFLAGS)
-
-module_plugin_mono_la_SOURCES = \
- evolution-module-plugin-mono.c \
- e-plugin-mono.c \
- e-plugin-mono.h
-
-module_plugin_mono_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(MONO_LIBS)
-
-module_plugin_mono_la_LDFLAGS = \
- -module -avoid-version $(NO_UNDEFINED)
-
--include $(top_srcdir)/git.mk