summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-03-13 16:19:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:25 -0500
commit4b545e0ce665fe772095c27fe11ce535477f84ce (patch)
treefc0d18002a243182c113b4251cd34ba9ff455af1
parent71b2eb55adcd28f3796254ea1ce0bcee6098e712 (diff)
downloadsamba-4b545e0ce665fe772095c27fe11ce535477f84ce.tar.gz
samba-4b545e0ce665fe772095c27fe11ce535477f84ce.tar.xz
samba-4b545e0ce665fe772095c27fe11ce535477f84ce.zip
r14326: First catch of make test_pam_modules.
Testing pam_smbpass pam_winbind dlopen() of "./bin/pam_smbpass.so" succeeded. dlopen() of "./bin/pam_winbind.so" failed: ././bin/pam_winbind.so: undefined symbol: secrets_fetch_domain_sid make: *** [test_pam_modules] Error 1
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 5d9e1e18c67..4383cefef4a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -508,7 +508,7 @@ RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \
PAM_WINBIND_OBJ = nsswitch/pam_winbind.o \
$(PARAM_OBJ) $(LIB_NONSMBD_OBJ) $(RPC_PARSE_OBJ1) \
- $(LIBSAMBA_OBJ) $(DOSERR_OBJ)
+ $(LIBSAMBA_OBJ) $(DOSERR_OBJ) $(SECRETS_OBJ)
PAM_WINBIND_PICOBJ = $(PAM_WINBIND_OBJ:.o=.@PICSUFFIX@)