Files
evolution/modules/Makefile.am
Matthew Barnes e9c96b8b79 Remove Mono and Python EPlugin bindings.
EPlugin is deprecated.  These bindings have never been used for anything
and they're never going to be used at this point.  Remove the dead weight.
2012-06-18 20:48:32 -04:00

57 lines
962 B
Makefile

if ENABLE_LDAP
CONFIG_LDAP_DIR = book-config-ldap
endif
if ENABLE_WEATHER
CONFIG_WEATHER_DIR = cal-config-weather
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 \
$(ONLINE_ACCOUNTS_DIR) \
$(TNEF_ATTACHMENT_DIR) \
$(AUDIO_INLINE_DIR)
-include $(top_srcdir)/git.mk