mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 03:25:18 +00:00
3ecbac95cd
In preparation for splitting up the CPU map data file, move it into a dedicated directory of its own. Reviewed-by: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
7 lines
110 B
Makefile
7 lines
110 B
Makefile
cpumapdir = $(pkgdatadir)/cpu_map
|
|
cpumap_DATA = \
|
|
cpu_map/index.xml \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST += $(cpumap_DATA)
|