mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-10 05:31:29 +00:00
14 lines
195 B
Makefile
14 lines
195 B
Makefile
|
|
|
|
schemadir = $(pkgdatadir)/schemas
|
|
schema_DATA = \
|
|
domain.rng \
|
|
interface.rng \
|
|
network.rng \
|
|
storagepool.rng \
|
|
storagevol.rng \
|
|
nodedev.rng \
|
|
capability.rng
|
|
|
|
EXTRA_DIST = $(schema_DATA)
|