Merge branch '836-building-fails-in-build-subdirectory-when-dnstap-is-enabled' into 'master'

Resolve "Building fails in build subdirectory when dnstap is enabled"

Closes #836

See merge request isc-projects/bind9!1510
This commit is contained in:
Mark Andrews
2019-02-19 17:40:59 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
5163. [cleanup] Out-of-tree builds failed --enable-dnstap. [GL #836]
5162. [cleanup] Improve dnssec-keymgr manual. Thanks to Tony Finch.
[GL !1518]

View File

@@ -205,7 +205,7 @@ ${OBJS}: include
dnstap.@O@: dnstap.c dnstap.pb-c.c
dnstap.pb-c.c dnstap.pb-c.h include/dns/dnstap.pb-c.h: dnstap.proto
$(PROTOC_C) --c_out=. dnstap.proto
$(PROTOC_C) --c_out=. --proto_path ${srcdir} dnstap.proto
cp -f dnstap.pb-c.h include/dns
dnstap.pb-c.@O@: dnstap.pb-c.c