]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: add structuring comments for libraries and libtalloc section.
authorMichael Adam <obnox@samba.org>
Sun, 6 Jul 2008 10:39:24 +0000 (12:39 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 7 Jul 2008 18:33:59 +0000 (20:33 +0200)
Michael

source/Makefile.in

index a303710ed9d2ba8f6e100d617fd76c0d590223ae..d81a3bc6d9bf6788bcb0bf431ab56596a849451f 100644 (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)