aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2011-09-29 16:28:20 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2011-09-29 16:28:20 +0100
commit49338ad5c561807dbf3596c0e3ee3502c948a50f (patch)
treeefb02d8ef7b18e672b78a5d8a6b41df0bd2c04fd /tools/python/Makefile
parentacb8458e258a3f96785e0ff2cb021b1e4eb9d4bb (diff)
downloadxen-49338ad5c561807dbf3596c0e3ee3502c948a50f.tar.gz
xen-49338ad5c561807dbf3596c0e3ee3502c948a50f.tar.bz2
xen-49338ad5c561807dbf3596c0e3ee3502c948a50f.zip
libxl: Rename libxl.idl to libxl_types.idl.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> --HG-- rename : tools/libxl/libxl.idl => tools/libxl/libxl_types.idl
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index de44178302..b7bc501f9e 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -10,10 +10,10 @@ genpath-target = $(call buildmakevars2file,$(XENPATH))
$(eval $(genpath-target))
.PHONY: build
-build: genpath genwrap.py $(XEN_ROOT)/tools/libxl/libxl.idl \
+build: genpath genwrap.py $(XEN_ROOT)/tools/libxl/libxl_types.idl \
$(XEN_ROOT)/tools/libxl/libxltypes.py
PYTHONPATH=$(XEN_ROOT)/tools/libxl $(PYTHON) genwrap.py \
- $(XEN_ROOT)/tools/libxl/libxl.idl \
+ $(XEN_ROOT)/tools/libxl/libxl_types.idl \
xen/lowlevel/xl/_pyxl_types.h \
xen/lowlevel/xl/_pyxl_types.c
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build