add channel+pitch indexing for notes in a Sequence
[ardour.git] / libs / audiographer / wscript
index b9391df2745c1e96a5de172ab926f99db1c6edea..1243638d8afd6db67ffb3156feed4f31113d1c19 100644 (file)
@@ -71,6 +71,7 @@ def build(bld):
        audiographer.export_incdirs = ['.', './src']
        audiographer.includes       = ['.', './src']
        audiographer.uselib         = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE'
+       audiographer.uselib_local   = 'libpbd'
        audiographer.vnum           = AUDIOGRAPHER_LIB_VERSION
        audiographer.install_path   = os.path.join(bld.env['LIBDIR'], 'ardour3')