summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-05-17 13:51:07 +0000
committerAndrew Tridgell <tridge@samba.org>2001-05-17 13:51:07 +0000
commit8910320b85a01f0994ae6cb99d3e460f92f5f93b (patch)
tree31be4d168b01f94d4900751a45b73024dc867575 /source3/Makefile.in
parented585b91eb2be5bff000c715ff11447d3aaa0cb0 (diff)
downloadsamba-8910320b85a01f0994ae6cb99d3e460f92f5f93b.tar.gz
samba-8910320b85a01f0994ae6cb99d3e460f92f5f93b.tar.bz2
samba-8910320b85a01f0994ae6cb99d3e460f92f5f93b.zip
added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ
(This used to be commit f2bb3c50f3481689521607f79ba2bfd696330380)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 89ea6d4282..ee96c50e2e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -368,8 +368,8 @@ 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 \
+NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ = \
+ smbd/password.o smbd/utmp.o smbd/session.o smbd/uid.o smbd/sec_ctx.o \
rpc_client/cli_netlogon.o rpc_client/cli_login.o \
smbd/chgpasswd.o
@@ -378,7 +378,7 @@ WINBINDD_OBJ = \
$(LIBNMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) \
$(GROUPDB_OBJ) \
- $(UNECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ)
+ $(NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ)
WBINFO_OBJ = nsswitch/wbinfo.o