From: Ruben Kerkhof Date: Tue, 27 Jan 2015 11:46:53 +0000 (+0100) Subject: Ship effective_tld_names.dat in tarball X-Git-Tag: rec-3.7.0-rc2~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2f95ac7d32280e8c2ebecbcd5ffcfa2771b9560;p=thirdparty%2Fpdns.git Ship effective_tld_names.dat in tarball pubsuffix.cc is generated code, so we need the source. make[3]: *** No rule to make target '../../../pdns/effective_tld_names.dat', needed by 'pubsuffix.cc'. Stop. --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 299159bbce..85c0d49b25 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -34,6 +34,7 @@ endif EXTRA_DIST = \ dnslabeltext.rl \ dnslabeltext.cc \ + effective_tld_names.dat \ mtasker.cc \ inflighter.cc \ bind-dnssec.schema.sqlite3.sql \