build: add structuring comment for libbigballofmud
authorMichael Adam <obnox@samba.org>
Sun, 6 Jul 2008 22:20:47 +0000 (00:20 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 18 Aug 2008 12:58:31 +0000 (14:58 +0200)
(cherry picked from commit 879b000fd3ad123f64017071a6aaa17cdc926995)
(cherry picked from commit fc3dafec9fc6b064de1909ae53099b07100fe1b4)

source/Makefile.in

index 27431af87d76d500cae91601c6d1682cda221aa0..665df919cef52d3fba5aeaf3167accaa129de4d1 100644 (file)
@@ -1895,6 +1895,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 $@