diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-26 17:32:55 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-28 13:10:28 +0200 |
commit | 289b03de5d585263f5356a97119fe5be802744ee (patch) | |
tree | 2518e36adb3999c47862522f35f6a33e98bf0ac7 | |
parent | f28fda763869f75646f904d90f13ea40caf8c925 (diff) | |
download | samba-289b03de5d585263f5356a97119fe5be802744ee.tar.gz samba-289b03de5d585263f5356a97119fe5be802744ee.tar.bz2 samba-289b03de5d585263f5356a97119fe5be802744ee.zip |
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
-rw-r--r-- | source3/Makefile.in | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index b1c8a57b9f..d19409098f 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 |