summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-03-31 16:45:07 +0200
committerMichael Adam <obnox@samba.org>2009-03-31 16:55:40 +0200
commitd8425032ccf53a65512b30e8068401e51dba8f20 (patch)
treec3e40140b7ff7e8d77a899214df84e49bd7e0402
parent9aab2631c6294ebc3e4a7ab2367e22e3d552d41b (diff)
downloadsamba-d8425032ccf53a65512b30e8068401e51dba8f20.tar.gz
samba-d8425032ccf53a65512b30e8068401e51dba8f20.tar.bz2
samba-d8425032ccf53a65512b30e8068401e51dba8f20.zip
s3:build: fix build of pam_winbind.so with static linking
Static talloc libs were missing since conversion to talloc. Michael
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6434f90389..27c5fb4224 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -860,7 +860,7 @@ RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \
$(SMBLDAP_OBJ) $(DCUTIL_OBJ) $(LDB_OBJ)
PAM_WINBIND_OBJ = ../nsswitch/pam_winbind.o localedir.o $(WBCOMMON_OBJ) \
- $(LIBREPLACE_OBJ) @BUILD_INIPARSER@
+ $(LIBREPLACE_OBJ) @BUILD_INIPARSER@ @LIBTALLOC_STATIC@
LIBSMBCLIENT_OBJ0 = \
libsmb/libsmb_cache.o \