mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
|
|
|
|
schemadir = $(pkgdatadir)/schemas
|
|
schema_DATA = \
|
|
domain.rng \
|
|
network.rng \
|
|
storagepool.rng \
|
|
storagevol.rng \
|
|
nodedev.rng \
|
|
capability.rng
|
|
|
|
EXTRA_DIST = $(schema_DATA)
|