diff options
author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2022-11-03 17:31:20 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2022-11-08 02:39:37 +0000 |
commit | 77bb72d67204b58d0ae7a183e2a8988597faf15c (patch) | |
tree | 1b9b567f2aa480c044d74c0fa9a2c340ce9a4c92 /source4/libcli | |
parent | be1431a8930a9386bb5dbf15604fc6b8330c42f4 (diff) | |
download | samba-77bb72d67204b58d0ae7a183e2a8988597faf15c.tar.gz |
build: Remove unused dependencies
We don't need to include these any more, and removing them allows us to
simplify the build system for system Heimdal builds.
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index f1bb6bd3260..b3a44104687 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -58,7 +58,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_WREPL', bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE', source='resolve/resolve.c', autoproto='resolve/proto.h', - deps='roken', public_deps='ndr_nbt LIBTSOCKET' ) |