summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-26 00:10:22 +0000
committerTim Potter <tpot@samba.org>2003-02-26 00:10:22 +0000
commit3330b61006849009934f7b339ed6b63193720ece (patch)
tree2c7a3032477909bae491ea947a9e6c24ce80371f /source3/Makefile.in
parent681c932a758f471180da531fd6309d75737800cd (diff)
downloadsamba-3330b61006849009934f7b339ed6b63193720ece.tar.gz
samba-3330b61006849009934f7b339ed6b63193720ece.tar.bz2
samba-3330b61006849009934f7b339ed6b63193720ece.zip
Link wbinfo with popt_common.o
(This used to be commit eac4b7ef2989acb50e3d27e7198285dd198017ec)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2766e1c0f7..b7b0430b78 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -583,7 +583,8 @@ WINBINDD_OBJ = \
$(PROFILE_OBJ) $(UNIGRP_OBJ) \
$(SECRETS_OBJ) $(LIBADS_OBJ) $(KRBCLIENT_OBJ)
-WBINFO_OBJ = nsswitch/wbinfo.o libsmb/smbencrypt.o libsmb/smbdes.o
+WBINFO_OBJ = nsswitch/wbinfo.o libsmb/smbencrypt.o libsmb/smbdes.o \
+ $(POPT_LIB_OBJ)
WINBIND_NSS_OBJ = nsswitch/winbind_nss.o nsswitch/wb_common.o @WINBIND_NSS_EXTRA_OBJS@