summaryrefslogtreecommitdiff
path: root/common/wscript
diff options
context:
space:
mode:
authorFilipe Coelho <falktx@falktx.com>2019-03-18 08:33:50 +0100
committerGitHub <noreply@github.com>2019-03-18 08:33:50 +0100
commit59550f67ee357c82886816391aaeefd6448e8eb7 (patch)
treedc7a7a6714975d8ccda2f8da55064a7b2d4eda50 /common/wscript
parentbb3f5cb2963dc74ba045a1553e05f755af8623cc (diff)
downloadjack2-59550f67ee357c82886816391aaeefd6448e8eb7.tar.gz
Fix client UUID gen, and some warnings (#440)
* Fix generation of client uuid Signed-off-by: falkTX <falktx@falktx.com> * Remove all client properties when removed; Cleanup a few things Signed-off-by: falkTX <falktx@falktx.com> * Make all uuid function arguments use jack_uuid_t type; Fix warnings Signed-off-by: falkTX <falktx@falktx.com> * Rework uuids to never be int, more cleanup Signed-off-by: falkTX <falktx@falktx.com>
Diffstat (limited to 'common/wscript')
-rw-r--r--common/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/wscript b/common/wscript
index 48c0ad9d..afc251a2 100644
--- a/common/wscript
+++ b/common/wscript
@@ -250,6 +250,7 @@ def build(bld):
'JackMidiSendQueue.cpp',
'JackMidiUtil.cpp',
'JackMidiWriteQueue.cpp',
+ 'JackMetadata.cpp',
]
if bld.env['IS_LINUX']: