2013-05-14 23:42:12 +00:00
|
|
|
## Copyright (C) 2005-2011, 2013 Red Hat, Inc.
|
|
|
|
##
|
|
|
|
## 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/>.
|
2011-07-28 18:56:24 +00:00
|
|
|
|
2009-12-14 12:40:42 +00:00
|
|
|
EXTRA_DIST= \
|
2014-07-15 09:02:50 +00:00
|
|
|
TEMPLATE.qemu \
|
|
|
|
TEMPLATE.lxc \
|
2009-12-14 12:40:42 +00:00
|
|
|
libvirt-qemu \
|
2014-03-03 10:26:42 +00:00
|
|
|
libvirt-lxc \
|
2009-12-14 12:40:42 +00:00
|
|
|
usr.lib.libvirt.virt-aa-helper \
|
|
|
|
usr.sbin.libvirtd
|
2014-01-06 17:27:31 +00:00
|
|
|
|
|
|
|
if WITH_APPARMOR_PROFILES
|
|
|
|
apparmordir = $(sysconfdir)/apparmor.d/
|
|
|
|
apparmor_DATA = \
|
|
|
|
usr.lib.libvirt.virt-aa-helper \
|
|
|
|
usr.sbin.libvirtd \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
abstractionsdir = $(apparmordir)/abstractions
|
|
|
|
abstractions_DATA = \
|
|
|
|
libvirt-qemu \
|
2014-03-03 10:26:42 +00:00
|
|
|
libvirt-lxc \
|
2014-01-06 17:27:31 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2014-02-12 09:41:17 +00:00
|
|
|
templatesdir = $(apparmordir)/libvirt
|
2014-01-06 17:27:31 +00:00
|
|
|
templates_DATA = \
|
2014-07-15 09:02:50 +00:00
|
|
|
TEMPLATE.qemu \
|
|
|
|
TEMPLATE.lxc \
|
2014-01-06 17:27:31 +00:00
|
|
|
$(NULL)
|
|
|
|
endif WITH_APPARMOR_PROFILES
|