From: Michael Adam Date: Fri, 20 Nov 2009 17:24:53 +0000 (+0100) Subject: s3:fix linking of libbigballofmud (on my box at least) X-Git-Tag: samba-4.0.0alpha9~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b82f6855a2762df6240caf100fe775aa06392c40;p=thirdparty%2Fsamba.git s3:fix linking of libbigballofmud (on my box at least) Michael --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 29a5b3d77f1..75d8133a04d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2419,11 +2419,11 @@ showlibs:: showlibsmbsharemodes #------------------------------------------------------------------- # This is probably wrong for anything other than the GNU linker. -bin/libbigballofmud.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBBIGBALLOFMUD_OBJ) $(LIBTALLOC) +bin/libbigballofmud.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBBIGBALLOFMUD_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) @echo Linking shared library $@ @$(SHLD) $(LDSHFLAGS) -o $@ $(LIBBIGBALLOFMUD_OBJ) \ - $(LIBS) $(LIBTALLOC_LIBS) \ - $(PASSDB_LIBS) $(IDMAP_LIBS) $(KRB5LIBS) $(LDAP_LIBS) \ + $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(LIBWBCLIENT_LIBS) \ + $(PASSDB_LIBS) $(IDMAP_LIBS) $(KRB5LIBS) $(LDAP_LIBS) -lz \ @SONAMEFLAG@`basename $@`.$(LIBBIGBALLOFMUD_MAJOR) ln -snf libbigballofmud.so bin/libbigballofmud.so.0