From 3d9e3178c4d2e18425ba6df23f27ee7b1da07453 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 22 Nov 2013 14:36:37 +0000 Subject: Move python example programs into python/examples/ subdirectory Signed-off-by: Daniel P. Berrange --- examples/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/Makefile.am (limited to 'examples/Makefile.am') 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 +## . + +EXTRA_DIST= \ + README \ + consolecallback.py \ + topology.py \ + dominfo.py domrestore.py domsave.py domstart.py esxlist.py -- cgit