From babc4babf6a9506a2e948e5ffc08171e0a07b8e3 Mon Sep 17 00:00:00 2001 From: Sander Hoentjen Date: Thu, 28 Jan 2016 21:17:04 +0100 Subject: [PATCH] add incfiles and src_js/ to dnsdist dist tarball This allows to regenerate the js files --- pdns/dnsdistdist/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 3241086894..2b9f05671f 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -29,7 +29,9 @@ EXTRA_DIST=dnslabeltext.rl \ .version \ contrib \ build-aux/gen-version \ - ext/incbin/UNLICENSE + ext/incbin/UNLICENSE \ + incfiles \ + src_js if UNIT_TESTS bin_PROGRAMS = dnsdist testrunner -- 2.47.2