Don't link against VAmp plugins.

git-svn-id: svn://localhost/ardour2/branches/3.0@4675 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-02-26 03:35:15 +00:00
parent 906567d867
commit 802fac5ea2
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ namespace ARDOUR
class SessionMetadata;
/// Clas with static functions for tagging audiofiles
/// Class with static functions for tagging audiofiles
class AudiofileTagger
{
public:

View File

@@ -212,7 +212,7 @@ def build(bld):
obj.name = 'libardour'
obj.target = 'ardour'
obj.uselib = 'GLIBMM AUBIO SIGCPP XML UUID JACK SNDFILE SAMPLERATE LRDF'
obj.uselib_local = 'libpbd libmidipp libevoral libvamphost libardourvampplugins libtaglib'
obj.uselib_local = 'libpbd libmidipp libevoral libvamphost libtaglib'
obj.vnum = LIBARDOUR_LIB_VERSION
obj.install_path = ''
obj.cxxflags = ' -DPACKAGE=\\\"libardour3\\\"'