1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

build: add structuring comments for libraries and libtalloc section.

Michael
(This used to be commit 3de000890447dd15962fbd6a9b1b3504b9bd1175)
This commit is contained in:
Michael Adam 2008-07-06 12:39:24 +02:00
parent a386f431e4
commit 09ac0c064d

View File

@ -1605,8 +1605,21 @@ bin/ldbdel: $(BINARY_PREREQS) $(LDBDEL_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIB
$(LIBS) @POPTLIBS@ $(LDAP_LIBS) \
@LIBTALLOC_LIBS@ @LIBTDB_LIBS@ @WINBIND_LIBS@
#####################################################################
#
# libraries
#
#####################################################################
MKSYMS_SH = $(srcdir)/script/mksyms.sh
#-------------------------------------------------------------------
#
# libtalloc
#
#-------------------------------------------------------------------
$(LIBTALLOC_SYMS): $(LIBTALLOC_HEADERS)
@$(MKSYMS_SH) $(AWK) $@ $(LIBTALLOC_HEADERS)