From c2eb4e5f8e0275003f9cffe1feeee6e34b7e578e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 18:03:36 +0200 Subject: Let winbind depend directly on libnet rather than through the ejs bindings. --- source4/winbind/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/winbind') 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 ####################### -- cgit