X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fwscript;h=6f872c987f301441c2ebe7518e3037403d7bd25e;hb=d13435a4e1d0e85654a8477ae99a7b41ff621159;hp=0d520044329e8d4e3c3a4d9cba65e16383040d4b;hpb=15c958e32fe65cee077672439c1c51d071c853e8;p=ardour.git diff --git a/libs/pbd/wscript b/libs/pbd/wscript index 0d52004432..6f872c987f 100644 --- a/libs/pbd/wscript +++ b/libs/pbd/wscript @@ -37,7 +37,6 @@ libpbd_sources = [ 'configuration_variable.cc', 'convert.cc', 'controllable.cc', - 'controllable_descriptor.cc', 'crossthread.cc', 'cpus.cc', 'debug.cc', @@ -62,6 +61,7 @@ libpbd_sources = [ 'pool.cc', 'property_list.cc', 'pthread_utils.cc', + 'reallocpool.cc', 'receiver.cc', 'resource.cc', 'search_path.cc', @@ -77,6 +77,7 @@ libpbd_sources = [ 'textreceiver.cc', 'timer.cc', 'timing.cc', + 'tlsf.cc', 'transmitter.cc', 'undo.cc', 'uuid.cc', @@ -114,7 +115,7 @@ def configure(conf): def build(bld): # Make signals_generated.h using signals.py - bld(rule = 'python ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h') + bld(rule = sys.executable + ' ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h') # Library if bld.is_defined ('INTERNAL_SHARED_LIBS'): @@ -163,6 +164,8 @@ def build(bld): test/signals_test.cc test/convert_test.cc test/filesystem_test.cc + test/natsort_test.cc + test/reallocpool_test.cc test/xml_test.cc test/test_common.cc '''.split()