diff options
-rw-r--r-- | source3/Makefile.in | 13 |
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) |