From b3bcfb63814400934040a2a8df12e10155a39341 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 13 Jan 2016 01:02:02 +0100 Subject: [PATCH] dnsdist: ship build-aux/gen-version in tarball So tarball users can run autoreconf. --- pdns/dnsdistdist/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index b7feab48c..f9639ea23 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -22,7 +22,8 @@ EXTRA_DIST=dnslabeltext.rl \ dnsdist.1 \ dnsdist.1.md \ .version \ - contrib + contrib \ + build-aux/gen-version if UNIT_TESTS bin_PROGRAMS = dnsdist testrunner -- 2.40.0