From b5ccce5db2f034dbeade68d97f55d973db241321 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 6 Jul 2008 12:39:24 +0200 Subject: [PATCH] build: add structuring comments for libraries and libtalloc section. Michael (cherry picked from commit 3de000890447dd15962fbd6a9b1b3504b9bd1175) --- source/Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/Makefile.in b/source/Makefile.in index 5f0cb0c2f80..471c3b751ab 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1591,8 +1591,21 @@ bin/ldbdel: $(BINARY_PREREQS) $(LDBDEL_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIB $(LIBS) $(POPT_LIBS) $(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) -- 2.11.4.GIT