Add PBD::init and PBD::cleanup

A bit of refactoring to move initialization of libpbd into libpbd
rather than rely on "client" code(ui,libardour,tests etc) to do it
This commit is contained in:
Tim Mayberry
2013-08-09 22:03:39 +10:00
parent de4b24b162
commit 29193c76cc
3 changed files with 90 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ libpbd_sources = [
'openuri.cc',
'pathexpand.cc',
'pathscanner.cc',
'pbd.cc',
'pool.cc',
'property_list.cc',
'pthread_utils.cc',