summaryrefslogtreecommitdiff
path: root/source4/lib/socket/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/socket/wscript_build')
-rw-r--r--source4/lib/socket/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build
index fa497335fb..c10970d17a 100644
--- a/source4/lib/socket/wscript_build
+++ b/source4/lib/socket/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_LIBRARY('netif',
source='interface.c',
- deps='samba-util interfaces',
+ deps='samba-util interfaces samba-hostconfig',
private_library=True,
autoproto='netif_proto.h'
)