Browse Source

Add DL server and client libraries.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2819 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
28ab1a54f1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common/wscript

+ 1
- 0
common/wscript View File

@@ -96,6 +96,7 @@ def build(bld):
]
includes.append('../linux')
uselib.append('RT')
uselib.append('DL')

if bld.env()['IS_MACOSX']:
common_libsources += [


Loading…
Cancel
Save