]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
dist: added cpu/cpu_ppc_data.h to Makefile.am
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Thu, 18 Oct 2012 14:28:04 +0000 (16:28 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Oct 2012 14:50:47 +0000 (16:50 +0200)
Missing entry for cpu_ppc_data.h added to fix RPM build.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
src/Makefile.am

index 9d3194d909c3cb98583b7bc5ef9724aff327a851..187663f218755dac22c35bc10dfef88869d01875 100644 (file)
@@ -660,7 +660,7 @@ CPU_SOURCES =                                                       \
                cpu/cpu_s390.h cpu/cpu_s390.c                   \
                cpu/cpu_arm.h cpu/cpu_arm.c                     \
                cpu/cpu_map.h cpu/cpu_map.c cpu/cpu_powerpc.h   \
-               cpu/cpu_powerpc.c
+               cpu/cpu_powerpc.c cpu/cpu_ppc_data.h
 
 VMX_SOURCES =                                                  \
                vmx/vmx.c vmx/vmx.h