diff options
author | Volker Lendecke <vl@samba.org> | 2020-04-13 20:04:21 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-04-18 04:12:48 +0000 |
commit | 092da6ec07a8872557e44c73abbf9e98aaad4271 (patch) | |
tree | 2e3aa0b9e6338371b2dd042a77b7076d0b5b1549 /source3/utils/wscript_build | |
parent | 595e3f2566181fe823aa68a20fb99c3ce64724b7 (diff) | |
download | samba-092da6ec07a8872557e44c73abbf9e98aaad4271.tar.gz |
libsmb: Move clirap2.c to utils/
It's only used in net_rap.c, expansion to other users is
unlikely. Don't link it into libsmbclient anymore. It saves roughly
50k from the everywhere-linked libsmb.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Apr 18 04:12:48 UTC 2020 on sn-devel-184
Diffstat (limited to 'source3/utils/wscript_build')
-rw-r--r-- | source3/utils/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build index 26f32f3f6c9..6157cac9050 100644 --- a/source3/utils/wscript_build +++ b/source3/utils/wscript_build @@ -182,6 +182,7 @@ bld.SAMBA3_BINARY('net', source='''net.c net_ads.c net_help.c + clirap2.c net_rap.c net_rpc.c net_rpc_samsync.c |