Files
lmms/plugins/Makefile.am
Javier Serrano Polo f829bacee8 amd64 support, extra plugins support, some fixes
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@568 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-10-04 17:33:42 +00:00

35 lines
481 B
Makefile

if VST_SUPPORT
VST_DIRS=vst_base vst_effect vestige
endif
if LADSPA_SUPPORT
LADSPA_DIRS=ladspa_effect
endif
if STK_SUPPORT
STK_DIR=stk
endif
if SINGERBOT_SUPPORT
SINGERBOT_DIR=singerbot
endif
SUBDIRS = \
audio_file_processor \
bass_booster \
bit_invader \
flp_import \
kicker \
$(LADSPA_DIRS) \
lb302 \
live_tool \
midi_import \
organic \
patman \
$(SINGERBOT_DIR) \
$(STK_DIR) \
triple_oscillator \
$(VST_DIRS) \
vibed \
$(EXTRA_PLUGINS)