aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 565444a..a20f9cb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,9 @@ binlogcat_SOURCES = binlogcat.c
binlogcat_LDADD = ./libbinlog.a
binlogsel_SOURCES = binlogsel.c
-binlogsel_LDADD = ./libbinlog.a
+binlogsel_LDADD = ./libbinlog.a @LIBLTDL@
+binlogsel_CPPFLAGS =\
+ -DBINLOGSEL_MODDIR=\"$(BINLOGSEL_MODDIR)\"
vmoddir = $(VMODDIR)
vmod_LTLIBRARIES = libvmod_binlog.la

Return to:

Send suggestions and report system problems to the System administrator.