summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-07 00:20:47 +0200
committerMichael Adam <obnox@samba.org>2008-07-07 20:34:02 +0200
commitdb6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2 (patch)
treed18f54c6d0e01fb3a0498b009cfc71372da5abfd /source3/Makefile.in
parent7e7e9250be2c47958468d876c9b4e5888f5c3f88 (diff)
downloadsamba-db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2.tar.gz
samba-db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2.tar.bz2
samba-db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2.zip
build: add structuring comment for libbigballofmud
(This used to be commit 879b000fd3ad123f64017071a6aaa17cdc926995)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in7
1 files changed, 7 insertions, 0 deletions
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 $@