[Kimchi-devel] [PATCH] bug fix: make install miss ifaces.py

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Fri Feb 14 09:03:29 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

use wildcard in the install list.

Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
---
 src/kimchi/control/vm/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/kimchi/control/vm/Makefile.am b/src/kimchi/control/vm/Makefile.am
index 17340af..c42a6cd 100644
--- a/src/kimchi/control/vm/Makefile.am
+++ b/src/kimchi/control/vm/Makefile.am
@@ -22,9 +22,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 
-vm_PYTHON = \
-	__init__.py
-
+vm_PYTHON = *.py
 
 vmdir = $(pythondir)/kimchi/control/vm
 
-- 
1.8.4.2




More information about the Kimchi-devel mailing list