From: Michael Adam Date: Sun, 6 Jul 2008 22:20:47 +0000 (+0200) Subject: build: add structuring comment for libbigballofmud X-Git-Tag: samba-3.3.0pre1~634 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=879b000fd3ad123f64017071a6aaa17cdc926995;p=thirdparty%2Fsamba.git build: add structuring comment for libbigballofmud --- diff --git a/source/Makefile.in b/source/Makefile.in index f0e1d8a3ccf..e0e775f118e 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1919,6 +1919,13 @@ bin/libsmbsharemodes.a: $(BINARY_PREREQS) $(LIBSMBSHAREMODES_OBJ) @echo Linking non-shared library $@ @-$(AR) -rc $@ $(LIBSMBSHAREMODES_OBJ) + +#------------------------------------------------------------------- +# +# libbigballofmud +# +#------------------------------------------------------------------- + # This is probably wrong for anything other than the GNU linker. bin/libbigballofmud.@SHLIBEXT@: $(BINARY_PREREQS) $(LIBBIGBALLOFMUD_OBJ) @LIBTALLOC_SHARED@ @echo Linking shared library $@