From: bert hubert Date: Thu, 24 Mar 2016 13:20:03 +0000 (+0100) Subject: fix up protobuf for make dist X-Git-Tag: dnsdist-1.0.0-beta1~67^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3622%2Fhead;p=thirdparty%2Fpdns.git fix up protobuf for make dist --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 988893b2f1..91035f791b 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -27,6 +27,7 @@ endif EXTRA_DIST=dnslabeltext.rl \ dnsdistconf.lua \ + dnsmessage.proto \ README.md \ delaypipe.cc delaypipe.hh \ html \ @@ -107,7 +108,7 @@ dnsmessage.pb.cc: dnsmessage.proto if HAVE_PROTOBUF BUILT_SOURCES += dnsmessage.pb.cc dnsdist_LDADD += $(PROTOBUF_LIBS) -dnsdist_SOURCES += dnsmessage.pb.cc dnsmessage.pb.h +nodist_dnsdist_SOURCES = dnsmessage.pb.cc dnsmessage.pb.h endif testrunner_SOURCES = \