summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2000-10-09 21:44:00 +0000
committerJohn Terpstra <jht@samba.org>2000-10-09 21:44:00 +0000
commit96e27b10bfebbf8f577d7e341cdf2740b607bb15 (patch)
treeffe3af2ef6663ba5a92a466904d5cd03f13836bf /source3/Makefile.in
parent43b2bdce3ebf2598f97a611ad879c7ab527728fd (diff)
downloadsamba-96e27b10bfebbf8f577d7e341cdf2740b607bb15.tar.gz
samba-96e27b10bfebbf8f577d7e341cdf2740b607bb15.tar.bz2
samba-96e27b10bfebbf8f577d7e341cdf2740b607bb15.zip
Fixes to allow wins.c to compile to allow building of libnss_wins.so.
(This used to be commit 3fb2e94c4430c570639c0e4d1caeed3a19bbd09b)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7ad6f6e64e..c73cba05b8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -337,6 +337,9 @@ WINBIND_NSS_OBJ = nsswitch/winbind.o nsswitch/wb_common.o
WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po)
+NSS_OBJ_0 = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) $(LIBSMB_OBJ) $(LIB_OBJ) $(NSSWINS_OBJ)
+NSS_OBJ = $(NSS_OBJ_0:.o=.po)
+
######################################################################
# now the rules...
######################################################################