2011-07-28 18:56:24 +00:00
|
|
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
|
|
|
## See COPYING.LIB for the License of this software
|
2009-01-27 15:29:53 +00:00
|
|
|
|
|
|
|
schemadir = $(pkgdatadir)/schemas
|
|
|
|
schema_DATA = \
|
2011-06-26 09:13:10 +00:00
|
|
|
basictypes.rng \
|
2011-07-05 02:19:09 +00:00
|
|
|
capability.rng \
|
2009-01-27 15:29:53 +00:00
|
|
|
domain.rng \
|
2011-08-13 01:33:15 +00:00
|
|
|
domaincommon.rng \
|
2010-05-26 21:03:47 +00:00
|
|
|
domainsnapshot.rng \
|
2009-07-22 09:10:14 +00:00
|
|
|
interface.rng \
|
2009-01-27 15:29:53 +00:00
|
|
|
network.rng \
|
2011-06-29 04:38:10 +00:00
|
|
|
networkcommon.rng \
|
2011-07-05 02:19:09 +00:00
|
|
|
nodedev.rng \
|
|
|
|
nwfilter.rng \
|
2009-07-28 00:39:48 +00:00
|
|
|
secret.rng \
|
2009-08-19 19:50:10 +00:00
|
|
|
storageencryption.rng \
|
2009-01-27 15:29:53 +00:00
|
|
|
storagepool.rng \
|
2011-07-05 02:19:09 +00:00
|
|
|
storagevol.rng
|
2009-01-27 15:29:53 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(schema_DATA)
|