Enable LADSPA compilation

This commit is contained in:
David Henningsson 2010-09-04 08:04:28 +00:00
parent e00d5a1455
commit 9a25c0304b
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,10 @@ if OSS_SUPPORT
fluid_oss = drivers/fluid_oss.c
endif
if LADSPA_SUPPORT
fluid_ladspa = bindings/fluid_ladspa.c bindings/fluid_ladspa.h
endif
# if LASH_SUPPORT || LADCCA_SUPPORT (Makefile supports OR?)
if LASH_SUPPORT
fluid_lash = bindings/fluid_lash.c bindings/fluid_lash.h
@ -87,6 +91,7 @@ libfluidsynth_la_SOURCES = \
$(fluid_coreaudio) \
$(fluid_coremidi) \
$(fluid_jack) \
$(fluid_ladspa) \
$(fluid_lash) \
$(fluid_oss) \
$(fluid_portaudio) \