From 45f86fd681c5413146303fbab49d1deceee8103b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 4 Feb 2011 17:27:26 +0100 Subject: s3-waf: recurse into ../lib/util/wscript_configure This gets us all the statvfs checks. Guenther --- source3/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 3f226a8bbc..ce8ee63bc6 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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) -- cgit