From: bert hubert Date: Sat, 12 Mar 2016 19:23:16 +0000 (+0100) Subject: make sure ednsoptions.hh gets distributed, fixing build on our builder infrastructure... X-Git-Tag: dnsdist-1.0.0-beta1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce4ef9b80ae8019e7c7e385c20eda20020f36003;p=pdns make sure ednsoptions.hh gets distributed, fixing build on our builder infrastructure, which builds from make dist --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index c277d5822..cb67d3bb5 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1022,7 +1022,7 @@ testrunner_SOURCES = \ dnsrecords.cc \ dnssecinfra.cc \ dnswriter.cc \ - ednsoptions.cc \ + ednsoptions.cc ednsoptions.hh \ ednssubnet.cc \ gss_context.cc gss_context.hh \ iputils.cc \