From 931191474643164e96b5778c790e42cca517e729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Jun 2012 15:29:38 +0200 Subject: Mail formatter rewrite - convert some plugins to modules audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog. --- modules/prefer-plain/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/prefer-plain/Makefile.am (limited to 'modules/prefer-plain/Makefile.am') diff --git a/modules/prefer-plain/Makefile.am b/modules/prefer-plain/Makefile.am new file mode 100644 index 0000000000..e4e6b56d02 --- /dev/null +++ b/modules/prefer-plain/Makefile.am @@ -0,0 +1,28 @@ +SUBDIRS=plugin + +module_LTLIBRARIES = module-prefer-plain.la + +module_prefer_plain_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ + -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ + -DG_LOG_DOMAIN=\"evolution-module-prefer-plain\" \ + $(EVOLUTION_DATA_SERVER_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) + +module_prefer_plain_la_SOURCES = \ + e-mail-parser-prefer-plain.c \ + e-mail-parser-prefer-plain.h \ + evolution-module-prefer-plain.c + +module_prefer_plain_la_LIBADD = \ + $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/em-format/libemformat.la \ + $(EVOLUTION_DATA_SERVER_LIBS) \ + $(GNOME_PLATFORM_LIBS) + +module_prefer_plain_la_LDFLAGS = \ + -avoid-version -module $(NO_UNDEFINED) + +-include $(top_srcdir)/git.mk -- cgit v1.2.3