mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-07 13:35:21 +00:00
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)
|