From c18960f7f606dcb4aee64532f97348dc7e7f631f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 23 Jun 2016 15:36:02 +0200 Subject: [PATCH] Add some Makefile dependencies This allows e.g. building the testrunnen without pdns_server. --- pdns/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 12ce89669..07024b281 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1169,6 +1169,8 @@ nodist_testrunner_SOURCES = \ testrunner_LDADD += \ $(PROTOBUF_LIBS) + +recpacketcache.$(OBJEXT): dnsmessage.pb.cc endif endif @@ -1215,6 +1217,8 @@ bind-dnssec.schema.sqlite3.sql.h: bind-dnssec.schema.sqlite3.sql .hh.h: cp $< $@ +bindlexer.$(OBJEXT): bindparser.h + curl_verbose = $(curl_verbose_$(V)) curl_verbose_ = $(curl_verbose_$(AM_DEFAULT_VERBOSITY)) curl_verbose_0 = @echo " CURL " $@; -- 2.49.0