Make it easier to move the summary rectangle around when it is narrow or low in height.
[ardour.git] / libs / evoral / wscript
index b03e182d518b6d66d9b99195d9ea7dd7ce9ecd6b..e2bfd9e4773112f3e57322786ea97de2a229b35c 100644 (file)
@@ -81,6 +81,7 @@ def build(bld):
                src/Note.cpp
                src/SMF.cpp
                src/Sequence.cpp
+                src/debug.cpp
        '''
 
        # Library
@@ -91,7 +92,7 @@ def build(bld):
        obj.name           = 'libevoral'
        obj.target         = 'evoral'
        obj.uselib         = 'GLIBMM GTHREAD SMF'
-       obj.uselib_local   = 'libsmf'
+       obj.uselib_local   = 'libsmf libpbd'
        obj.vnum           = EVORAL_LIB_VERSION
        obj.install_path   = os.path.join(bld.env['LIBDIR'], 'ardour3')
 
@@ -105,7 +106,7 @@ def build(bld):
                obj.name           = 'libevoral_static'
                obj.target         = 'evoral_static'
                obj.uselib         = 'GLIBMM GTHREAD SMF'
-               obj.uselib_local   = 'libsmf'
+               obj.uselib_local   = 'libsmf libpbd'
                obj.vnum           = EVORAL_LIB_VERSION
                obj.install_path   = ''
                obj.ccflags        = [ '-fprofile-arcs',  '-ftest-coverage' ]
@@ -120,9 +121,10 @@ def build(bld):
                '''
                obj.includes     = ['.', './src']
                obj.uselib_local = 'libevoral_static'
-               obj.uselib       = 'CPPUNIT'
+               obj.uselib       = 'CPPUNIT SNDFILE'
                obj.libs         = 'gcov'
                obj.target       = 'run-tests'
+               obj.name         = 'libevoral-tests'
                obj.install_path = ''
                obj.ccflags      = [ '-fprofile-arcs',  '-ftest-coverage' ]
                obj.cxxflags     = [ '-fprofile-arcs',  '-ftest-coverage' ]