summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-11-25 19:41:47 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-11-25 19:41:47 +0000
commit8beace344c349ffdf4f1e1977723700ece9b7e6d (patch)
tree4a8d4c42e011dcd8b02e00284e0dbcf2bd6511ce /source3/Makefile.in
parent055750f090874d6b355c26de94a1fbd18955d4c9 (diff)
downloadsamba-8beace344c349ffdf4f1e1977723700ece9b7e6d.tar.gz
samba-8beace344c349ffdf4f1e1977723700ece9b7e6d.tar.bz2
samba-8beace344c349ffdf4f1e1977723700ece9b7e6d.zip
Fix build of winbindd with static pdb modules
(This used to be commit 92a138f027cf2f1c2b13c6f3d59493fb21885d5e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4aa34020d6..b1db39c4c8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1019,7 +1019,7 @@ bin/librpc_echo.@SHLIBEXT@: $(RPC_ECHO_OBJ)
bin/winbindd@EXEEXT@: $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
@echo "Linking $@"
- @$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS)
+ @$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) $(PASSDB_LIBS)
# Please don't add .o files to libnss_winbind, libnss_wins, or the pam_winbind
# libraries. Add to the appropriate PICOBJ variable instead.