summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-04-20 07:13:52 +0000
committerTim Potter <tpot@samba.org>2000-04-20 07:13:52 +0000
commite52bebcf3518a80dffb0d69376a67e32860a1b3a (patch)
tree3640318dbac4ad84c720c6384f31081bf7d13145
parent58df3662a95bf8151c0906e368949d9fce8ca02b (diff)
downloadsamba-e52bebcf3518a80dffb0d69376a67e32860a1b3a.tar.gz
Removed dependency of libnss_ntdom.so to any other Samba objects.
-rw-r--r--source/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 5b7cac3fffb..1ee3ce4c66d 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -712,14 +712,14 @@ WINBINDD_OBJ = \
nsswitch/winbindd_user.o \
nsswitch/winbindd_group.o \
nsswitch/winbindd_surs.o \
- nsswitch/winbindd_sock.o \
+ nsswitch/winbindd_util.o \
$(RPC_CLIENT_OBJ) $(RPC_PARSE_OBJ) $(STUB_UID_OBJ) \
$(LIBNMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(NSSWINS_OBJ) $(SIDDB_OBJ) $(LIBSURS_OBJ) $(LIBSMB_OBJ)
-NTDOM_OBJ = nsswitch/ntdom.o nsswitch/winbindd_sock.o
+NTDOM_OBJ = nsswitch/ntdom.o
-NTDOM_LTOBJS = $(NTDOM_OBJ:.o=.lo)
+NTDOM_ICOBJS = $(NTDOM_OBJ:.o=.po)
######################################################################
# now the rules...
@@ -757,7 +757,7 @@ smbfilter : CHECK bin/smbfilter
nsswitch: CHECK nsswitch/libnss_ntdom.so bin/winbindd
-check:
+check: all nsswitch
$(RUNTEST) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS)
.SUFFIXES:
@@ -1097,9 +1097,9 @@ bin/winbindd: $(WINBINDD_OBJ) bin/.dummy
@echo Linking $@
@$(LINK) -o $@ $(WINBINDD_OBJ) $(LIBS)
-nsswitch/libnss_ntdom.so: $(NTDOM_LTOBJS) $(LIBSAMBA_LTOBJS)
+nsswitch/libnss_ntdom.so: $(NTDOM_ICOBJS)
@echo "Linking $@"
- @$(LINK) -shared -o $@ $(NTDOM_LTOBJS) $(LIBSAMBA_LTOBJS)
+ @$(LINK) -shared -o $@ $(NTDOM_ICOBJS)
bin/pam_ntdom_auth.so: $(PAM_NTDOM_LIBS) $(PAM_NTDOM_OBJ) bin/.dummy
@echo Linking $@