diff options
author | Michael Adam <obnox@samba.org> | 2008-07-07 00:20:47 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-07 20:34:02 +0200 |
commit | db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2 (patch) | |
tree | d18f54c6d0e01fb3a0498b009cfc71372da5abfd | |
parent | 7e7e9250be2c47958468d876c9b4e5888f5c3f88 (diff) | |
download | samba-db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2.tar.gz samba-db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2.tar.bz2 samba-db6b94ee243a974cfe6ab54dc1f03c4f2fd7bbb2.zip |
build: add structuring comment for libbigballofmud
(This used to be commit 879b000fd3ad123f64017071a6aaa17cdc926995)
-rw-r--r-- | source3/Makefile.in | 7 |
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 $@ |