summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-11-03 17:31:20 +1300
committerAndrew Bartlett <abartlet@samba.org>2022-11-08 02:39:37 +0000
commit77bb72d67204b58d0ae7a183e2a8988597faf15c (patch)
tree1b9b567f2aa480c044d74c0fa9a2c340ce9a4c92 /source4/libcli
parentbe1431a8930a9386bb5dbf15604fc6b8330c42f4 (diff)
downloadsamba-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_build1
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'
)