[SCM] calf/master: + AutoHell: add libfluidsynth dependency to debug version (thanks hollunder)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:29 UTC 2013


The following commit has been merged in the master branch:
commit e5b2080fcf850777010422e48aaf419fbf1fa436
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Mar 31 22:50:47 2009 +0100

    + AutoHell: add libfluidsynth dependency to debug version (thanks hollunder)

diff --git a/src/Makefile.am b/src/Makefile.am
index cb4e1a7..cd2162a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,7 +54,7 @@ endif
 calf_la_SOURCES = modules.cpp modules_dsp.cpp modules_small.cpp fluidsynth.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp osctlnet.cpp plugin.cpp preset.cpp synth.cpp utils.cpp wavetable.cpp
 calf_la_LIBADD ?= $(FLUIDSYNTH_DEPS_LIBS)
 if USE_DEBUG
-calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -disable-static  
+calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -disable-static $(FLUIDSYNTH_DEPS_LIBS)
 else
 calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -disable-static -export-symbols-regex "(ladspa_|lv2_|dssi_)descriptor"  $(FLUIDSYNTH_DEPS_LIBS)
 endif

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list