summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-22 23:21:56 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-23 07:17:57 +0000
commit8ccbbe042b7fed310de9a75ddccc69e51bae72d4 (patch)
tree0f8213c380334717d0ad6f1e69b7efbb5a932fb1 /source4/wscript_build
parentd2008fbbb951a941d380b4efa0eaf9f3cfe54e13 (diff)
downloadsamba-8ccbbe042b7fed310de9a75ddccc69e51bae72d4.tar.gz
samba-8ccbbe042b7fed310de9a75ddccc69e51bae72d4.tar.bz2
samba-8ccbbe042b7fed310de9a75ddccc69e51bae72d4.zip
lib-subunit: fixed build on systems without subunit devel library
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/wscript_build')
-rw-r--r--source4/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index 090c914ae7..6b9fc981e9 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -99,6 +99,7 @@ bld.RECURSE('client')
bld.RECURSE('libcli')
bld.RECURSE('../libcli/smb')
bld.RECURSE('../libcli/cldap')
+bld.RECURSE('../lib/subunit/c')
bld.RECURSE('kdc')
bld.RECURSE('../lib/smbconf')
bld.RECURSE('../lib/async_req')