tweak cases where pin-mapping is reset & always sanitize map
[ardour.git] / libs / audiographer / wscript
index aef85f985cb2cae4f52021350f57c78b747caf1d..7ac9f8f4fa2593332b81e4ccfcc1edd6278574cc 100644 (file)
@@ -64,7 +64,9 @@ def build(bld):
         'src/general/sample_format_converter.cc',
         'src/routines.cc',
         'src/debug_utils.cc',
+        'src/general/analyser.cc',
         'src/general/broadcast_info.cc',
+        'src/general/loudness_reader.cc',
         'src/general/normalizer.cc'
         ]
     if bld.is_defined('HAVE_SAMPLERATE'):
@@ -83,8 +85,8 @@ def build(bld):
     audiographer.name           = 'libaudiographer'
     audiographer.target         = 'audiographer'
     audiographer.export_includes = ['.', './src']
-    audiographer.includes       = ['.', './src']
-    audiographer.uselib         = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F'
+    audiographer.includes       = ['.', './src','../ardour','../timecode','../evoral']
+    audiographer.uselib         = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK XML'
     audiographer.use            = 'libpbd'
     audiographer.vnum           = AUDIOGRAPHER_LIB_VERSION
     audiographer.install_path   = bld.env['LIBDIR']
@@ -123,7 +125,7 @@ def build(bld):
             '''
 
         obj.use          = 'libaudiographer'
-        obj.uselib       = 'CPPUNIT GLIBMM'
+        obj.uselib       = 'CPPUNIT GLIBMM SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK'
         obj.target       = 'run-tests'
         obj.install_path = ''