diff options
author | Kai Blin <kai@samba.org> | 2012-03-26 20:47:42 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2012-03-27 16:03:15 +0200 |
commit | 10b14fa1c03fa9d686e94be20a2700954ae090fa (patch) | |
tree | a3688c92b7011bf31bff8c7afb0e6054e27f3a9e /wscript_build | |
parent | 7566e6a5347b9d6b2b0b8b27f9211599febd8da1 (diff) | |
download | samba-10b14fa1c03fa9d686e94be20a2700954ae090fa.tar.gz |
s4 dns: Add a simple dns lookup helper
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 8dbfd70293e..93008a8744d 100644 --- a/wscript_build +++ b/wscript_build @@ -122,6 +122,7 @@ bld.RECURSE('libds/common') bld.RECURSE('source3') bld.RECURSE('dfs_server') bld.RECURSE('file_server') +bld.RECURSE('utils') bld.RECURSE('testsuite/headers') bld.RECURSE('testsuite/libsmbclient/src') |