From d863602a8f39ba1445aee34419223cd38dad523c Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 1 Oct 2008 15:31:02 +0000 Subject: Xen interface order and fix python parallel build * src/xend_internal.c: fix ordering when parsing multiple Xen interfaces, patch by Jim Fehlig * python/Makefile.am: fix parallel build Daniel --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 09e4563..cd9b6af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ GENERATED= libvirt-export.c \ $(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC) $(PYTHON) $(srcdir)/$(GENERATE) $(srcdir) -libvirt.py: $(srcdir)/libvir.py libvirtclass.py +libvirt.py: $(srcdir)/libvir.py $(GENERATED) cat $(srcdir)/libvir.py libvirtclass.py > $@-t mv $@-t $@ -- cgit