aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
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/ocaml
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/ocaml')
-rw-r--r--tools/ocaml/libs/xl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ocaml/libs/xl/Makefile b/tools/ocaml/libs/xl/Makefile
index 342dc3511a..a1e79a5a30 100644
--- a/tools/ocaml/libs/xl/Makefile
+++ b/tools/ocaml/libs/xl/Makefile
@@ -45,10 +45,10 @@ xl.mli: xl.mli.in _libxl_types.mli.in
< xl.mli.in > xl.mli.tmp
$(Q)mv xl.mli.tmp xl.mli
-_libxl_types.ml.in _libxl_types.mli.in _libxl_types.inc: genwrap.py $(XEN_ROOT)/tools/libxl/libxl.idl \
+_libxl_types.ml.in _libxl_types.mli.in _libxl_types.inc: 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 \
_libxl_types.mli.in _libxl_types.ml.in _libxl_types.inc
libs: $(LIBS)