build: Place proto output in the same directory, also for EXTRAS
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 17 Oct 2013 15:20:45 +0000 (10:20 -0500)
commit8a8e5cdc7ee0582cc3cb1d3f17319c8c39a72502
treeb7da9a43732194b8da55fb3a37cca22a05628c2c
parent735847179dda4ecdd903a28388da3d5439ae0692
build: Place proto output in the same directory, also for EXTRAS

This patch changes the ProtoBuf builder such that the generated source
and header is placed in the build directory of the proto file. This
was previously not the case for the directories included as EXTRAS. To
make this work, we also ensure that the build directory for the EXTRAS
are added to the include path (which does not seem to automatically be
the case).
src/SConscript