From 3f61b08d5b17e0b69ad81def528db834d22cdbd0 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Nov 2013 18:21:44 +0000 Subject: Remove obsolete Makefile.am We are no longer using automake, so Makefile.am is obsolete Signed-off-by: Daniel P. Berrange --- examples/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 examples/Makefile.am (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index 7823c20..0000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -## 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