mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
6ec87af68e
* docs/schemas/Makefile.am (schema_DATA): Add interface.rng.
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)
|