aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/imap-features/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-16 11:56:12 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:42 +0800
commit209e47b133349dc29c3eb68b9d4b5ac3465e0a0d (patch)
tree930b2a5d1e14bf2bc0ca3e56b0a8ec490496c5c6 /plugins/imap-features/Makefile.am
parent3efee090f0f57828edd05210f1a709f4eb4a926a (diff)
downloadgsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.tar
gsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.tar.gz
gsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.tar.bz2
gsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.tar.lz
gsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.tar.xz
gsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.tar.zst
gsoc2013-evolution-209e47b133349dc29c3eb68b9d4b5ac3465e0a0d.zip
Add 'imap-features' module.
Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin.
Diffstat (limited to 'plugins/imap-features/Makefile.am')
-rw-r--r--plugins/imap-features/Makefile.am44
1 files changed, 0 insertions, 44 deletions
diff --git a/plugins/imap-features/Makefile.am b/plugins/imap-features/Makefile.am
deleted file mode 100644
index 895f95062b..0000000000
--- a/plugins/imap-features/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-if OS_WIN32
-NO_UNDEFINED_REQUIRED_LIBS = $(top_builddir)/mail/libevolution-mail.la
-endif
-
-@EVO_PLUGIN_RULE@
-
-plugin_DATA = org-gnome-imap-features.eplug
-
-plugin_LTLIBRARIES = liborg-gnome-imap-features.la
-
-liborg_gnome_imap_features_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/mail \
- $(EVOLUTION_DATA_SERVER_CFLAGS) \
- $(GNOME_PLATFORM_CFLAGS) \
- -DEVOLUTION_UIDIR=\""$(uidir)"\" \
- -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"
-
-liborg_gnome_imap_features_la_SOURCES = imap-headers.c
-
-liborg_gnome_imap_features_la_LIBADD= \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/libevolution-utils/libevolution-utils.la \
- $(EVOLUTION_DATA_SERVER_LIBS) \
- $(GNOME_PLATFORM_LIBS)
-
-liborg_gnome_imap_features_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-
-ui_DATA = \
- imap-headers.ui
-
-errordir = $(privdatadir)/errors
-
-BUILT_SOURCES = org-gnome-imap-features.eplug $(error_i18n)
-
-EXTRA_DIST = \
- $(ui_DATA) \
- org-gnome-imap-features.eplug.xml
-
-CLEANFILES = $(BUILT_SOURCES)
-
--include $(top_srcdir)/git.mk