diff options
author | Kai Blin <kai@samba.org> | 2010-04-11 23:01:29 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:13 +0200 |
commit | fa48325bb65749af87106d4e19e29be1f91e6477 (patch) | |
tree | 3a4ed012b6f20cea50e0e769c52462fa9e26079b /source3/wscript | |
parent | c7a17087402d5a177cd4b614e3c5255776e8c6d3 (diff) | |
download | samba-fa48325bb65749af87106d4e19e29be1f91e6477.tar.gz samba-fa48325bb65749af87106d4e19e29be1f91e6477.tar.bz2 samba-fa48325bb65749af87106d4e19e29be1f91e6477.zip |
s3-waf: build wbinfo using waf
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index df6be3e619..bec3dbb04b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -63,6 +63,7 @@ def configure(conf): conf.RECURSE('../lib/nss_wrapper') conf.RECURSE('../lib/socket_wrapper') conf.RECURSE('../lib/zlib') + conf.RECURSE('../lib/tsocket') conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h') |