From 4a53cb41937cd02ecfa2c51b28a5b083a450448c Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 28 Aug 2019 11:38:37 +0200 Subject: [PATCH] dnsdist: Add conditionally added CDB/LMDB files to EXTRA_DIST So they are included in the `make dist` tarball even if CDB or LMDB support is not enabled at that time. --- pdns/dnsdistdist/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 1cbe7598a..92b156034 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -85,6 +85,8 @@ EXTRA_DIST=COPYING \ epollmplexer.cc \ kqueuemplexer.cc \ portsmplexer.cc \ + cdb.cc cdb.hh \ + ext/lmdb-safe/lmdb-safe.cc ext/lmdb-safe/lmdb-safe.hh \ builder-support/gen-version bin_PROGRAMS = dnsdist -- 2.40.0