summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-22 11:28:45 -0700
committerGünther Deschner <gd@samba.org>2010-09-22 12:24:29 -0700
commitcf6e773e1a75b1d7d32dfa952d3bb743db6e1b7c (patch)
treea13e1ecb9a6a6052c72793acacc6986cd6f04802 /source3/wscript_build
parenta1ced101969e7613bc9e1a83c087dbe56c378abe (diff)
downloadsamba-cf6e773e1a75b1d7d32dfa952d3bb743db6e1b7c.tar.gz
samba-cf6e773e1a75b1d7d32dfa952d3bb743db6e1b7c.tar.bz2
samba-cf6e773e1a75b1d7d32dfa952d3bb743db6e1b7c.zip
s3-waf: fix the build.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index d37c869bf6..a98b07a441 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -958,7 +958,10 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c
${LIBCLI_NETLOGON_SRC}
${RPC_CLIENT_SCHANNEL_SRC}
rpc_client/init_netlogon.c
- rpc_client/init_samr.c'''
+ rpc_client/init_samr.c
+ registry/reg_parse.c registry/reg_format.c
+ registry/reg_parse_internal.c registry/reg_import.c
+ lib/cbuf.c lib/srprs.c'''
NET_SRC2 = 'utils/net_registry_util.c utils/net_help_common.c'