diff options
author | Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com> | 2014-04-11 18:44:32 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2014-04-30 14:29:07 +0100 |
commit | b21795bb5bf3759ddcc13b99ef6c75f3047e7391 (patch) | |
tree | deed77a0ffbe0b15428047403ec2edf11bb7a165 /Makefile.am | |
parent | f393c4603a4469533a3361edb014e6e4243a28fb (diff) | |
download | libvirt-b21795bb5bf3759ddcc13b99ef6c75f3047e7391.tar.gz |
Add a new example to illustrate domain migration
This commit adds a new example to illustrate peer to
peer domain migration with virDomainMigrateToURI.
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
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 9847ff0665..b961c0eee6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS = . gnulib/lib include src daemon tools docs gnulib/tests \ tests po examples/object-events examples/hellolibvirt \ examples/dominfo examples/domsuspend examples/apparmor \ examples/xml/nwfilter examples/openauth examples/systemtap \ - tools/wireshark + tools/wireshark examples/dommigrate ACLOCAL_AMFLAGS = -I m4 |