diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2013-11-22 14:36:37 +0000 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2013-11-22 14:44:45 +0000 |
| commit | 3d9e3178c4d2e18425ba6df23f27ee7b1da07453 (patch) | |
| tree | e9f7ce2c8481adda52bf489263403a30e01772f3 /examples/Makefile.am | |
| parent | d163eef08210826d17cff668ec78e8cb769e57d9 (diff) | |
| download | libvirt-python-v8-3d9e3178c4d2e18425ba6df23f27ee7b1da07453.tar.gz libvirt-python-v8-3d9e3178c4d2e18425ba6df23f27ee7b1da07453.tar.xz libvirt-python-v8-3d9e3178c4d2e18425ba6df23f27ee7b1da07453.zip | |
Move python example programs into python/examples/ subdirectory
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'examples/Makefile.am')
| -rw-r--r-- | examples/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 0000000..7823c20 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,21 @@ +## Copyright (C) 2005-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/>. + +EXTRA_DIST= \ + README \ + consolecallback.py \ + topology.py \ + dominfo.py domrestore.py domsave.py domstart.py esxlist.py |
