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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8139%2Fhead;p=thirdparty%2Fpdns.git 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 1cbe7598ae..92b1560341 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