From ae1397120f6ed35e95afe79ebf8123f293194821 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 22 Jun 2016 11:49:55 +0200 Subject: [PATCH] hook up protobuf to the testrunner --- pdns/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 829203396..e2c6a536d 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1162,6 +1162,14 @@ testrunner_LDADD = \ $(RT_LIBS) \ $(LIBDL) +if HAVE_PROTOBUF +nodist_testrunner_SOURCES = \ + dnsmessage.pb.cc dnsmessage.pb.h + +testrunner_LDADD += \ + $(PROTOBUF_LIBS) +endif + if PKCS11 testrunner_SOURCES += pkcs11signers.cc pkcs11signers.hh testrunner_LDADD += $(P11KIT1_LIBS) -- 2.40.0