Files
libvirt/examples/apparmor/Makefile.am
T

44 lines
1.2 KiB
Makefile
Raw Normal View History

2013-05-14 17:42:12 -06: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 12:56:24 -06:00
2009-12-14 13:40:42 +01:00
EXTRA_DIST= \
2014-07-15 11:02:50 +02:00
TEMPLATE.qemu \
TEMPLATE.lxc \
2009-12-14 13:40:42 +01:00
libvirt-qemu \
libvirt-lxc \
2009-12-14 13:40:42 +01:00
usr.lib.libvirt.virt-aa-helper \
usr.sbin.libvirtd
2014-01-06 18:27:31 +01: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 \
libvirt-lxc \
2014-01-06 18:27:31 +01:00
$(NULL)
templatesdir = $(apparmordir)/libvirt
2014-01-06 18:27:31 +01:00
templates_DATA = \
2014-07-15 11:02:50 +02:00
TEMPLATE.qemu \
TEMPLATE.lxc \
2014-01-06 18:27:31 +01:00
$(NULL)
endif WITH_APPARMOR_PROFILES