]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:build: fix build of pam_winbind.so with static linking
authorMichael Adam <obnox@samba.org>
Tue, 31 Mar 2009 14:44:19 +0000 (16:44 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 31 Mar 2009 14:46:55 +0000 (16:46 +0200)
Static talloc libs were missing since conversion to talloc.

Michael

source/Makefile.in

index 0500d73de4bc9c98b142674af078fdd5f8e72e49..792943bec05a0d0b06523c1d47b11c64908bf18d 100644 (file)
@@ -792,7 +792,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 \