From db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Jul 2008 00:20:47 +0200 Subject: build: add structuring comment for libbigballofmud (This used to be commit 879b000fd3ad123f64017071a6aaa17cdc926995) --- source3/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index f0e1d8a3cc..e0e775f118 100644 --- a/source3/Makefile.in +++ b/source3/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 $@ -- cgit