diff options
author | 2009-12-14 13:40:42 +0100 | |
---|---|---|
committer | 2009-12-14 13:40:42 +0100 | |
commit | ad905a195e21a6093b3b1be89972b5decd622b38 (patch) | |
tree | 405162a91dee8db145205b5a95dfd16c315605ba /Makefile.am | |
parent | add --live support to "virsh dump" (diff) | |
download | libvirt-ad905a195e21a6093b3b1be89972b5decd622b38.tar.gz libvirt-ad905a195e21a6093b3b1be89972b5decd622b38.tar.bz2 libvirt-ad905a195e21a6093b3b1be89972b5decd622b38.zip |
add AppArmor test and examples to dist
tests/virt-aa-helper-test and examples/apparmor are not included in
official tarballs, but should be. Attached is a patch to fix that
which works when apparmor is and is not available.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 32cd96a0f..a02cd2618 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ GENHTML = genhtml SUBDIRS = gnulib/lib include src daemon tools proxy docs gnulib/tests \ python tests po examples/domain-events/events-c examples/hellolibvirt \ - examples/dominfo examples/domsuspend examples/python + examples/dominfo examples/domsuspend examples/python examples/apparmor ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4 |