From: Pieter Lexis Date: Thu, 23 Jun 2016 13:36:02 +0000 (+0200) Subject: Add some Makefile dependencies X-Git-Tag: auth-4.0.0-rc1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c18960f7f606dcb4aee64532f97348dc7e7f631f;p=thirdparty%2Fpdns.git Add some Makefile dependencies This allows e.g. building the testrunnen without pdns_server. --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 12ce89669d..07024b2815 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 " $@;