summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-06 12:39:24 +0200
committerMichael Adam <obnox@samba.org>2008-07-07 20:33:59 +0200
commit09ac0c064d112aa908949be00bddd25e45feb332 (patch)
tree850e66dbe429a333b57289e008dac7f9feadeaf2 /source3/Makefile.in
parenta386f431e4332a696a699e13c13166e5e47ecf91 (diff)
downloadsamba-09ac0c064d112aa908949be00bddd25e45feb332.tar.gz
samba-09ac0c064d112aa908949be00bddd25e45feb332.tar.bz2
samba-09ac0c064d112aa908949be00bddd25e45feb332.zip
build: add structuring comments for libraries and libtalloc section.
Michael (This used to be commit 3de000890447dd15962fbd6a9b1b3504b9bd1175)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a303710ed9..d81a3bc6d9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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)