Re: [libvirt] [PATCH 07/10] syntax-check: Include libvirt.h and virterror.h in <> form only in external tools

2013-04-16 Thread Eric Blake
On 04/16/2013 07:41 AM, Osier Yang wrote: > With this patch, include "libvirt.h" and "virterror.h" in "" form > is only allowed for "internal.h". And only the external tools > (examples|tools|python|include/libvirt) can include the two headers > in <> form. > --- Hmm. It sounds like you want two

[libvirt] [PATCH 07/10] syntax-check: Include libvirt.h and virterror.h in <> form only in external tools

2013-04-16 Thread Osier Yang
With this patch, include "libvirt.h" and "virterror.h" in "" form is only allowed for "internal.h". And only the external tools (examples|tools|python|include/libvirt) can include the two headers in <> form. --- cfg.mk | 30 ++ include/libvirt/li