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/xenmon/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/xenmon') diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile index ef0b36227c..886d5b2d02 100644 --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -16,6 +16,7 @@ include $(XEN_ROOT)/tools/Rules.mk CFLAGS += -Werror CFLAGS += -I $(XEN_XC) CFLAGS += -I $(XEN_LIBXC) +CFLAGS += -I $(XEN_INCLUDE) LDFLAGS += -L $(XEN_LIBXC) BIN = xentrace_setmask xenbaked -- cgit v1.2.3