summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 18:03:36 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 18:03:36 +0200
commitc2eb4e5f8e0275003f9cffe1feeee6e34b7e578e (patch)
tree63954439fa4f957679175bd1326087b73435f920 /source4
parentec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff)
downloadsamba-c2eb4e5f8e0275003f9cffe1feeee6e34b7e578e.tar.gz
samba-c2eb4e5f8e0275003f9cffe1feeee6e34b7e578e.tar.bz2
samba-c2eb4e5f8e0275003f9cffe1feeee6e34b7e578e.zip
Let winbind depend directly on libnet rather than through the ejs bindings.
Diffstat (limited to 'source4')
-rw-r--r--source4/winbind/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk
index b5eb2c23f0..1837c52891 100644
--- a/source4/winbind/config.mk
+++ b/source4/winbind/config.mk
@@ -13,7 +13,8 @@ PRIVATE_DEPENDENCIES = \
RPC_NDR_LSA \
dcerpc_samr \
PAM_ERRORS \
- LIBCLI_LDAP
+ LIBCLI_LDAP \
+ LIBSAMBA-NET
# End SUBSYSTEM WINBIND
#######################