1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

build: add structuring comment for libbigballofmud

(This used to be commit 879b000fd3)
This commit is contained in:
Michael Adam 2008-07-07 00:20:47 +02:00
parent 7e7e9250be
commit db6b94ee24

View File

@ -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 $@