From: Mark Andrews Date: Tue, 12 Feb 2019 04:27:57 +0000 (+1100) Subject: teach proto_c to look in the source directory for out of tree builds X-Git-Tag: v9.12.4rc1~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471a69abc24a07d09c5c64a204760ae156c0aae7;p=thirdparty%2Fbind9.git teach proto_c to look in the source directory for out of tree builds (cherry picked from commit c0d4ff57961edfaf0713d9a215750cfa26f42548) --- diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 9a3234b7f91..2731cf55f7c 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -220,7 +220,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