Re: [Xen-devel] [PATCH v2] stubdom: fix link farm runes

2016-02-16 Thread Ian Jackson
Wei Liu writes ("[PATCH v2] stubdom: fix link farm runes"): > Previously in the three problematic libraries all public headers were > linked to source code directory. We should have created an include > directory for each library and linked public headers there. > > Note that there was no breakage

[Xen-devel] [PATCH v2] stubdom: fix link farm runes

2016-02-16 Thread Wei Liu
Previously in the three problematic libraries all public headers were linked to source code directory. We should have created an include directory for each library and linked public headers there. Note that there was no breakage for those three libraries before this patch. This patch merely change