aboutsummaryrefslogtreecommitdiffstats
path: root/modules/imap-features/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-24 22:20:40 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-24 22:59:07 +0800
commitc418c7d69ae9cfeaf8ec72b607bd652a9c19ed74 (patch)
tree10d59543c3f4e56f9ae694350bd745a827437fab /modules/imap-features/Makefile.am
parenta9e1eb00b77c32ed4b8c161a7aab92ea5fda1891 (diff)
downloadgsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.tar
gsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.tar.gz
gsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.tar.bz2
gsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.tar.lz
gsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.tar.xz
gsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.tar.zst
gsoc2013-evolution-c418c7d69ae9cfeaf8ec72b607bd652a9c19ed74.zip
Remove the "imap-features" module.
This only worked with the legacy IMAP backend, which has now been removed per bug 665371.
Diffstat (limited to 'modules/imap-features/Makefile.am')
-rw-r--r--modules/imap-features/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/modules/imap-features/Makefile.am b/modules/imap-features/Makefile.am
deleted file mode 100644
index 9862603bd4..0000000000
--- a/modules/imap-features/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-NULL =
-
-module_LTLIBRARIES = module-imap-features.la
-
-module_imap_features_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"evolution-imap-features\" \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(GNOME_PLATFORM_CFLAGS) \
- $(GTKHTML_CFLAGS) \
- $(NULL)
-
-module_imap_features_la_SOURCES = \
- evolution-imap-features.c \
- e-mail-config-header-manager.c \
- e-mail-config-header-manager.h \
- e-mail-config-imap-headers-page.c \
- e-mail-config-imap-headers-page.h \
- $(NULL)
-
-module_imap_features_la_LIBADD = \
- $(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/libemail-engine/libemail-engine.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS) \
- $(GTKHTML_LIBS) \
- $(NULL)
-
-module_imap_features_la_LDFLAGS = \
- -module -avoid-version $(NO_UNDEFINED)
-
--include $(top_srcdir)/git.mk