s3-waf: recurse into ../lib/util/wscript_configure
authorGünther Deschner <gd@samba.org>
Fri, 4 Feb 2011 16:27:26 +0000 (17:27 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 7 Feb 2011 09:01:58 +0000 (10:01 +0100)
This gets us all the statvfs checks.

Guenther

source3/wscript

index 3f226a8bbca1faf8bf60b36b378c1c92cc27efdf..ce8ee63bc645775c5bd92729a91e42e555f4f06c 100644 (file)
@@ -85,6 +85,7 @@ def configure(conf):
     conf.RECURSE('../lib/socket_wrapper')
     conf.RECURSE('../lib/zlib')
     conf.RECURSE('../libcli/smbreadline')
+    conf.RECURSE('../lib/util')
 
     conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)