From d8425032ccf53a65512b30e8068401e51dba8f20 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 Mar 2009 16:45:07 +0200 Subject: s3:build: fix build of pam_winbind.so with static linking Static talloc libs were missing since conversion to talloc. Michael --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 \ -- cgit