summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index dbbf4b717d..89ea6d4282 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -368,10 +368,17 @@ WINBINDD_OBJ1 = \
nsswitch/winbindd_sid.o \
nsswitch/winbindd_misc.o
+UNECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ = \
+ smbd/password.o smbd/session.o smbd/uid.o smbd/sec_ctx.o \
+ rpc_client/cli_netlogon.o rpc_client/cli_login.o \
+ smbd/chgpasswd.o
+
WINBINDD_OBJ = \
$(WINBINDD_OBJ1) $(NOPROTO_OBJ) $(PASSDB_OBJ) \
$(LIBNMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
- $(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(GROUPDB_OBJ)
+ $(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) \
+ $(GROUPDB_OBJ) \
+ $(UNECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ)
WBINFO_OBJ = nsswitch/wbinfo.o
@@ -407,6 +414,8 @@ debug2html : CHECK bin/debug2html
smbfilter : CHECK bin/smbfilter
+nsswitch : CHECK $(WINBIND_PROGS)
+
.SUFFIXES:
.SUFFIXES: .c .o .po .po32 .lo