From 803128db75e3efea8cd7be29732a7b4315205d13 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 17 Oct 2013 22:27:16 +0300 Subject: binlogsel: add loadable module support * Makefile.am (SUBDIRS): Add libltdl * configure.ac: Configure ltdl * src/Makefile.am (binlogsel_LDADD): Add LIBLTDL. (binlogsel_CPPFLAGS): New variable. * src/binlogcat.c (catlog): Bugfix. * src/binlogsel.c: Allow for multiple intervals. Support loadable modules. * doc/binlogcat.1: Update. * doc/binlogsel.1: Update. * doc/vmod-binlog.3: Update. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 73cb11c..917f2e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # along with vmod-binlog. If not, see . ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src tests doc +SUBDIRS = libltdl src tests doc EXTRA_DIST=git2chg.awk -- cgit v1.2.1