From be5fbf9a7fecc31c192ca0c547a1f6b864d7aa05 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 26 Jan 2008 10:38:44 +0000 Subject: Move generation of public header hierarchy into the tools. This patch merges the two versions of public header generation currently used in the build into one. Signed-off-by: Bastian Blank --- tools/blktap/drivers/Makefile | 2 +- tools/blktap/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/blktap') diff --git a/tools/blktap/drivers/Makefile b/tools/blktap/drivers/Makefile index cfd41f6498..5376b6904b 100644 --- a/tools/blktap/drivers/Makefile +++ b/tools/blktap/drivers/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = ../../.. include $(XEN_ROOT)/tools/Rules.mk -INCLUDES += -I.. -I../lib +INCLUDES += -I.. -I../lib -I$(XEN_INCLUDE) IBIN = blktapctrl tapdisk QCOW_UTIL = img2qcow qcow2raw qcow-create diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile index 008baac776..ce6342c153 100644 --- a/tools/blktap/lib/Makefile +++ b/tools/blktap/lib/Makefile @@ -5,7 +5,7 @@ MAJOR = 3.0 MINOR = 0 SONAME = libblktap.so.$(MAJOR) -INCLUDES += -I. -I.. -I $(XEN_LIBXC) -I $(XEN_XENSTORE) +INCLUDES += -I. -I.. -I $(XEN_LIBXC) -I $(XEN_XENSTORE) -I$(XEN_INCLUDE) LIBS := -lxenstore -- cgit v1.2.3