
11 Feb
2010
11 Feb
'10
4:40 p.m.
diff --git a/src/remote/remote_protocol.c b/src/remote/remote_protocol.c index 834eb6b..4ff6217 100644 --- a/src/remote/remote_protocol.c +++ b/src/remote/remote_protocol.c @@ -4,7 +4,7 @@ * It was generated using rpcgen. */
-#include "./remote/remote_protocol.h" +#include "/home/jirka/work/libvirt/git/src/remote/remote_protocol.h"
That's rather odd. I wonder why rpcgen decided to use absolute includes all of a sudden
Building out of the source tree?
Exactly. I wonder what's going to be less irritating for me... fixing the build system to actually generate everything correctly in a separate build directory or start building in source directory. Jirka