2014-04-11 20:33:45 -05:00
|
|
|
## Copyright (C) 2005-2011, 2013-2014 Red Hat, Inc.
|
2013-05-14 18:42:12 -05:00
|
|
|
##
|
|
|
|
## This library is free software; you can redistribute it and/or
|
|
|
|
## modify it under the terms of the GNU Lesser General Public
|
|
|
|
## License as published by the Free Software Foundation; either
|
|
|
|
## version 2.1 of the License, or (at your option) any later version.
|
|
|
|
##
|
|
|
|
## This library is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
## Lesser General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU Lesser General Public
|
|
|
|
## License along with this library. If not, see
|
|
|
|
## <http://www.gnu.org/licenses/>.
|
2009-01-27 09:29:53 -06:00
|
|
|
|
|
|
|
schemadir = $(pkgdatadir)/schemas
|
|
|
|
schema_DATA = \
|
2011-06-26 04:13:10 -05:00
|
|
|
basictypes.rng \
|
2011-07-04 21:19:09 -05:00
|
|
|
capability.rng \
|
2009-01-27 09:29:53 -06:00
|
|
|
domain.rng \
|
2014-06-25 06:24:53 -05:00
|
|
|
domaincaps.rng \
|
2011-08-12 20:33:15 -05:00
|
|
|
domaincommon.rng \
|
2010-05-26 16:03:47 -05:00
|
|
|
domainsnapshot.rng \
|
2009-07-22 04:10:14 -05:00
|
|
|
interface.rng \
|
2009-01-27 09:29:53 -06:00
|
|
|
network.rng \
|
2011-06-28 23:38:10 -05:00
|
|
|
networkcommon.rng \
|
2011-07-04 21:19:09 -05:00
|
|
|
nodedev.rng \
|
|
|
|
nwfilter.rng \
|
2009-07-27 19:39:48 -05:00
|
|
|
secret.rng \
|
2014-04-11 20:33:45 -05:00
|
|
|
storagecommon.rng \
|
2009-01-27 09:29:53 -06:00
|
|
|
storagepool.rng \
|
2011-07-04 21:19:09 -05:00
|
|
|
storagevol.rng
|
2009-01-27 09:29:53 -06:00
|
|
|
|
|
|
|
EXTRA_DIST = $(schema_DATA)
|