
15 Nov
2011
15 Nov
'11
1:43 p.m.
On Fri, Nov 11, 2011 at 03:43:41PM +0100, Marc-André Lureau wrote:
actually,
@@ -28,6 +31,8 @@ GCONFIG_SOURCE_FILES = \ libvirt-gconfig-clock.c \ libvirt-gconfig-domain.c \ libvirt-gconfig-domain-snapshot.c \ + libvirt-gconfig-enum-types.c \ + libvirt-gconfig-enum-types.h \
libvirt-gconfig-enum-types.h needs to be in HEADERS and installed.
Indeed, thanks. I put it in _SOURCE_FILES because I couldn't put it in _HEADER_FILES because the rule to generate the enum uses _HEADER_FILES, but I didn't think about header installation. Moved to HEADERS Christophe