aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/common.make
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 18:06:27 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 18:06:27 +0000
commit8e9a52f1fdee42bdad872835c6afc71e0c237ea7 (patch)
tree5edead475cddd51bb489092091022bfc5c8a2da0 /tools/ocaml/common.make
parentca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4 (diff)
downloadxen-8e9a52f1fdee42bdad872835c6afc71e0c237ea7.tar.gz
xen-8e9a52f1fdee42bdad872835c6afc71e0c237ea7.tar.bz2
xen-8e9a52f1fdee42bdad872835c6afc71e0c237ea7.zip
tools: consistently use $({CFLAGS,LDLIBS}_libxenstore) instead of open coding.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@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 1dd059188e..c12ef7d9f5 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -9,7 +9,7 @@ OCAMLLEX ?= ocamllex
OCAMLYACC ?= ocamlyacc
CFLAGS += -fPIC -Werror
-CFLAGS += $(CFLAGS_xeninclude) $(CFLAGS_libxenctrl) -I$(TOPLEVEL)/../xenstore -I$(TOPLEVEL)/../libxl
+CFLAGS += $(CFLAGS_xeninclude) $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) -I$(TOPLEVEL)/../libxl
CFLAGS-$(CONFIG_Linux) += -I/usr/lib64/ocaml -I/usr/lib/ocaml
CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC