From: Pieter Lexis Date: Wed, 22 Jun 2016 09:49:55 +0000 (+0200) Subject: hook up protobuf to the testrunner X-Git-Tag: auth-4.0.0-rc1~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4027%2Fhead;p=thirdparty%2Fpdns.git hook up protobuf to the testrunner --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 8292033967..e2c6a536d7 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)