Move system_exec from gtk2_ardour/ to libs/pbd/

This commit is contained in:
Colin Fletcher 2013-10-07 21:16:42 +01:00
parent 2a93f7a25e
commit 070bb7a8ab
7 changed files with 5 additions and 5 deletions

View file

@ -71,6 +71,7 @@ libpbd_sources = [
'stateful.cc',
'strreplace.cc',
'strsplit.cc',
'system_exec.cc',
'textreceiver.cc',
'transmitter.cc',
'undo.cc',