1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
ENABLED_SUBDIRS =
if ENABLE_EVO_PLUGIN
ENABLED_SUBDIRS += Evolution
endif
if ENABLE_AMAROK_PLUGIN
ENABLED_SUBDIRS += Amarok
endif
if ENABLE_OPENSEARCH_PLUGIN
ENABLED_SUBDIRS += OpenSearch
endif
if ENABLE_PASTEBIN_PLUGIN
ENABLED_SUBDIRS += Pastebin
endif
if ENABLE_BANSHEE_PLUGIN
ENABLED_SUBDIRS += Banshee
endif
if ENABLE_SSH_PLUGIN
ENABLED_SUBDIRS += SSH
endif
if ENABLE_LAUNCHPAD_PLUGIN
ENABLED_SUBDIRS += Launchpad
endif
SUBDIRS = $(ENABLED_SUBDIRS) Epiphany Rhythmbox Pidgin LocateFiles Thunderbird \
GoogleCalculator Templates GNOME-Session SimplePlugins File
EXTRA_DIST = DoPlugins.mds Packages.mdse COPYRIGHT
|