
On Thu, Dec 17, 2009 at 09:21:43PM +0100, Jiri Denemark wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/Makefile.am | 2 + src/cpu/cpu_map.xml | 345 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 347 insertions(+), 0 deletions(-) create mode 100644 src/cpu/cpu_map.xml
diff --git a/src/Makefile.am b/src/Makefile.am index 471e403..7d731de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -287,6 +287,8 @@ CPU_SOURCES = \ cpu/cpu_x86.h cpu/cpu_x86.c cpu/cpu_x86_data.h \ cpu/cpu_map.h cpu/cpu_map.c
+EXTRA_DIST += cpu/cpu_map.xml + ######################### # # Build up list of libvirt.la source files based on configure conditions diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
Hum, isn't that map installed in the tree on make install ? I would guess it should also be added to the spec file at least as documentation. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/