summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-04 17:27:26 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 10:01:58 +0100
commit45f86fd681c5413146303fbab49d1deceee8103b (patch)
treed5500610855a33686f2511c450de3b59e8a78ce2
parent72910c34dff23958587f73ac27e38d6e92cb7bea (diff)
downloadsamba-45f86fd681c5413146303fbab49d1deceee8103b.tar.gz
samba-45f86fd681c5413146303fbab49d1deceee8103b.tar.bz2
samba-45f86fd681c5413146303fbab49d1deceee8103b.zip
s3-waf: recurse into ../lib/util/wscript_configure
This gets us all the statvfs checks. Guenther
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
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)