13 lines
392 B
Diff
13 lines
392 B
Diff
Index: xen-unstable/tools/Makefile
|
|
===================================================================
|
|
--- xen-unstable.orig/tools/Makefile
|
|
+++ xen-unstable/tools/Makefile
|
|
@@ -25,6 +25,7 @@ SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
|
|
# These don't cross-compile
|
|
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
|
|
SUBDIRS-$(PYTHON_TOOLS) += python
|
|
+SUBDIRS-y += xen-vm-install
|
|
endif
|
|
|
|
.PHONY: all
|