From: Doug M. <mc...@ia...> - 2007-06-28 14:06:51
|
On Jun 28, 2007, at 8:36 AM, Patrick Hartling wrote: > Doug McCorkle wrote: >> Hello, >> >> Attached is a patch that changes the SConstruct to encode the >> relative flagpoll variable in the fpc file rather than utilize the >> absolute path for prefix. > > With this patch, headers end up getting installed into /include/ > cppdom-0.7.8 > instead of <prefix>/include/cppdom-0.7.8. I think that > base_inst_paths['include'] plays a more important role than just > influencing > what ends up in the generated .fpc file. Thanks for catching the mistake. Attached is a revised patch. I also cleaned up some other aspects of the previous patch. Doug |