diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2013-11-21 16:34:33 +0000 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2013-11-21 16:34:33 +0000 |
| commit | 3a6a9f5b3b49577e0ce8fc0c5b1abd04d2b04217 (patch) | |
| tree | b6fc8ec98781bbfcac60805a2ab0bcddb2b74407 /examples/Makefile.am | |
| parent | 4b6944d3c0ff43683fc310da061fac6e05c57b66 (diff) | |
| download | libvirt-python-v7-3a6a9f5b3b49577e0ce8fc0c5b1abd04d2b04217.tar.gz libvirt-python-v7-3a6a9f5b3b49577e0ce8fc0c5b1abd04d2b04217.tar.xz libvirt-python-v7-3a6a9f5b3b49577e0ce8fc0c5b1abd04d2b04217.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 |
