summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript_build b/wscript_build
index d7dea5466ea..e74841e96a1 100644
--- a/wscript_build
+++ b/wscript_build
@@ -74,8 +74,7 @@ bld.RECURSE('lib/socket_wrapper')
bld.RECURSE('lib/nss_wrapper')
bld.RECURSE('lib/uid_wrapper')
if bld.CHECK_FOR_THIRD_PARTY():
- bld.RECURSE('third_party/zlib')
- bld.RECURSE('third_party/popt')
+ bld.RECURSE('third_party')
bld.RECURSE('source4/lib/stream')
bld.RECURSE('lib/afs')
bld.RECURSE('lib/util')