diff options
author | Vicentiu Ciorbaru <cvicentiu@gmail.com> | 2011-07-13 21:17:08 +0300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-08-22 13:59:24 +0200 |
commit | 283da12a73ea3edc49a63f7375bc2c64ed36e2b1 (patch) | |
tree | 2db4883aa44fe7e4355c2d290f7cdb3fe83e8422 /source3/wscript_build | |
parent | b46655bd18a92560524ea8d1a6859ac56feea2a9 (diff) | |
download | samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.tar.gz samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.tar.bz2 samba-283da12a73ea3edc49a63f7375bc2c64ed36e2b1.zip |
s3-net: Added the command rpc conf to the net binary.
The net binary now has an extra item linked to it, the
net_rpc_conf.c module.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 46e9a85387..cdf1958f04 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -552,6 +552,7 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_eventlog.c utils/net_printing.c utils/net_rpc_trust.c + utils/net_rpc_conf.c registry/reg_parse.c registry/reg_format.c registry/reg_parse_internal.c registry/reg_import.c lib/cbuf.c lib/srprs.c''' |