Files
evolution/modules/Makefile.am
Dan Vrátil 9311914746 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.
2012-06-06 15:29:38 +02:00

67 lines
1.1 KiB
Makefile

if ENABLE_LDAP
CONFIG_LDAP_DIR = book-config-ldap
endif
if ENABLE_WEATHER
CONFIG_WEATHER_DIR = cal-config-weather
endif
if ENABLE_MONO
MONO_DIR = plugin-mono
endif
if ENABLE_PYTHON
PYTHON_DIR = plugin-python
endif
if ENABLE_ONLINE_ACCOUNTS
ONLINE_ACCOUNTS_DIR = online-accounts
endif
if ENABLE_TNEF
TNEF_ATTACHMENT_DIR = tnef-attachment
endif
if ENABLE_AUDIO_INLINE
AUDIO_INLINE_DIR = audio-inline
endif
SUBDIRS = \
addressbook \
bogofilter \
calendar \
mail \
backup-restore \
book-config-google \
$(CONFIG_LDAP_DIR) \
book-config-local \
book-config-webdav \
cal-config-caldav \
cal-config-contacts \
cal-config-google \
cal-config-local \
$(CONFIG_WEATHER_DIR) \
cal-config-webcal \
composer-autosave \
imap-features \
itip-formatter \
mail-config \
mailto-handler \
mdn \
offline-alert \
plugin-lib \
plugin-manager \
prefer-plain \
spamassassin \
startup-wizard \
text-highlight \
vcard-inline \
web-inspector \
$(MONO_DIR) \
$(PYTHON_DIR) \
$(ONLINE_ACCOUNTS_DIR) \
$(TNEF_ATTACHMENT_DIR) \
$(AUDIO_INLINE_DIR)
-include $(top_srcdir)/git.mk