From: Remi Gacogne Date: Wed, 28 Aug 2019 09:38:37 +0000 (+0200) Subject: dnsdist: Add conditionally added CDB/LMDB files to EXTRA_DIST X-Git-Tag: dnsdist-1.4.0-rc2~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a53cb41937cd02ecfa2c51b28a5b083a450448c;p=pdns 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. --- 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