17 Jul
2010
17 Jul
'10
4:19 p.m.
On Sat, Jul 17, 2010 at 01:11:13PM +0100, Jeremy Henty wrote:
Currently src/Makefile.am adds -I.. to some compile flags so that all the #include statements work. This breaks when the build directory is different from the source directory. The right thing to do is add -I$(srcdir)/.. . Patch attached (with an extra tidy-up patch as a bonus).
Tested both when building in the source directory and outside it.
Regards,
Jeremy Henty
Committed. -- Cheers Jorge.-