From 0b9195cb2c24add072671f82d1d1498b78a8b217 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Mon, 22 Jan 2007 11:50:16 +0000 Subject: Added support for configuring the imap-headers plugin. 2007-01-22 Sankar P * configure.in: Added support for configuring the imap-headers plugin. svn path=/trunk/; revision=33133 --- plugins/imap-features/Makefile.am | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 plugins/imap-features/Makefile.am (limited to 'plugins/imap-features/Makefile.am') diff --git a/plugins/imap-features/Makefile.am b/plugins/imap-features/Makefile.am new file mode 100644 index 0000000000..d84f600702 --- /dev/null +++ b/plugins/imap-features/Makefile.am @@ -0,0 +1,40 @@ +if OS_WIN32 +NO_UNDEFINED_REQUIRED_LIBS = $(top_builddir)/mail/libevolution-mail.la +endif + +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/mail \ + -I$(top_srcdir)/libedataserver \ + $(EVOLUTION_MAIL_CFLAGS) \ + $(CAMEL_IMAP_CFLAGS) \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ + -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-imap-features.eplug +plugin_LTLIBRARIES = liborg-gnome-imap-features.la + +liborg_gnome_imap_features_la_SOURCES = \ + imap-headers.c + +liborg_gnome_imap_features_la_LIBADD= \ + $(NO_UNDEFINED_REQUIRED_LIBS) \ + $(EVOLUTION_MAIL_LIBS) + + +liborg_gnome_imap_features_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) + +glade_DATA = \ + imap-headers.glade + +errordir = $(privdatadir)/errors + +BUILT_SOURCES = org-gnome-imap-features.eplug $(error_i18n) + +EXTRA_DIST = \ + $(glade_DATA) \ + org-gnome-imap-features.eplug.xml + +CLEANFILES = $(BUILT_SOURCES) -- cgit