]> git.draconx.ca Git - upkg.git/commitdiff
Fix VPATH builds from clean checkout.
authorNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2020 19:56:21 +0000 (14:56 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2020 19:56:21 +0000 (14:56 -0500)
When doing a VPATH build from a fully clean checkout, the GOB outputs
end up in the build directory.  When this happens, #include "pcx.h"
won't find the header because this header is in srcdir.

The solution is to make sure we always #include relative to the top
src/ directory, which is already explicitly added to the compiler
search path.


No differences found