From: Andrew Bartlett Date: Wed, 26 Oct 2011 06:32:55 +0000 (+1100) Subject: s3-build: Remove libbigballofmud.so X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=289b03de5d585263f5356a97119fe5be802744ee s3-build: Remove libbigballofmud.so We no longer need this, as all the small test binaries have either been converted rolled into python bindings and python-subunit tests, or have been moved into smbtorture. -------------- / \ / REST \ / IN \ / PEACE \ / \ | libbigballofmud.so | | | | | | 26 October | | | | 2011 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ Andrew Bartlett --- diff --git a/source3/Makefile.in b/source3/Makefile.in index b1c8a57b9f7..d19409098f1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1136,16 +1136,6 @@ LIBSMBCLIENT_OBJ1 = $(LIBSMBCLIENT_OBJ0) \ LIBSMBCLIENT_OBJ = $(LIBSMBCLIENT_OBJ1) -# This shared library is intended for linking with unit test programs -# to test Samba internals. It's called libbigballofmud.so to -# discourage casual usage. - -LIBBIGBALLOFMUD_MAJOR = 0 - -LIBBIGBALLOFMUD_OBJ = $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \ - $(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(LIBMSRPC_GEN_OBJ) $(PASSDB_OBJ) \ - $(GROUPDB_OBJ) $(KRBCLIENT_OBJ) $(SMBLDAP_OBJ) - CLIENT_OBJ1 = client/client.o client/clitar.o \ client/dnsbrowse.o \ $(LIBMSRPC_OBJ) @@ -2705,26 +2695,6 @@ showlibsmbsharemodes: showlibs:: showlibsmbsharemodes -#------------------------------------------------------------------- -# -# libbigballofmud -# -#------------------------------------------------------------------- - -# This is probably wrong for anything other than the GNU linker. -bin/libbigballofmud.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBBIGBALLOFMUD_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) - @echo Linking shared library $@ - @$(SHLD) $(LDSHFLAGS) -o $@ $(LIBBIGBALLOFMUD_OBJ) \ - $(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 - -# It would be nice to build a static bigballofmud too, but when I try -# I get linker errors about dl_open and similar things. I'm not sure if -# it can be fixed or if they just can't be called from a static -# library. - ##################################################################### # # shared modules