Files
evolution/modules/Makefile.am
Matthew Barnes c23de2688e Convert plugin-manager to an EExtension.
How ironic.
2010-09-13 08:28:59 -04:00

37 lines
540 B
Makefile

if ENABLE_MONO
MONO_DIR = plugin-mono
endif
if ENABLE_PYTHON
PYTHON_DIR = plugin-python
endif
if ENABLE_NETWORK_MANAGER
NETWORK_MANAGER_DIR = network-manager
endif
if ENABLE_CONNMAN
CONNMAN_DIR = connman
endif
if ENABLE_WINDOWS_SENS
WINDOWS_SENS_DIR = windows-sens
endif
SUBDIRS = \
addressbook \
calendar \
mail \
composer-autosave \
mailto-handler \
plugin-lib \
plugin-manager \
startup-wizard \
$(MONO_DIR) \
$(PYTHON_DIR) \
$(NETWORK_MANAGER_DIR) \
$(WINDOWS_SENS_DIR) \
$(CONNMAN_DIR)
-include $(top_srcdir)/git.mk