aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/common.make
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-06-29 15:15:57 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-06-29 15:15:57 +0100
commitce9f534104ebd8ce84740e7eabf186b2a419680d (patch)
tree4c7ccf9b319e39182b9123fec743e17d82fe5aa2 /tools/ocaml/common.make
parent7237f39cb323b9f897b5b1851f169c792549dfb2 (diff)
downloadxen-ce9f534104ebd8ce84740e7eabf186b2a419680d.tar.gz
xen-ce9f534104ebd8ce84740e7eabf186b2a419680d.tar.bz2
xen-ce9f534104ebd8ce84740e7eabf186b2a419680d.zip
tools/ocaml: libxl ocaml bindings
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
Diffstat (limited to 'tools/ocaml/common.make')
-rw-r--r--tools/ocaml/common.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/common.make b/tools/ocaml/common.make
index 63b6b2ee24..a2085d77d2 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -9,7 +9,7 @@ OCAMLLEX ?= ocamllex
OCAMLYACC ?= ocamlyacc
CFLAGS += -fPIC -Werror
-CFLAGS += -I$(TOPLEVEL)/../include -I$(TOPLEVEL)/../libxc
+CFLAGS += -I$(TOPLEVEL)/../include -I$(TOPLEVEL)/../libxc -I$(TOPLEVEL)/../xenstore -I$(TOPLEVEL)/../libxl
CFLAGS-$(CONFIG_Linux) += -I/usr/lib64/ocaml -I/usr/lib/ocaml
CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC