aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xcutils/Makefile')
-rw-r--r--tools/xcutils/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index 24fa8849f8..cc9e7a606a 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -11,10 +11,8 @@
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
-INCLUDES += $(CFLAGS_libxenctrl) -I $(XEN_XENSTORE) -I$(XEN_INCLUDE)
-
CFLAGS += -Werror
-CFLAGS += $(INCLUDES)
+CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_XENSTORE)
# Make gcc generate dependencies.
CFLAGS += -Wp,-MD,.$(@F).d
@@ -22,7 +20,7 @@ PROG_DEP = .*.d
PROGRAMS = xc_restore xc_save readnotes
-LDLIBS = $(LDFLAGS_libxenctrl) -L$(XEN_XENSTORE) -lxenguest -lxenstore
+LDLIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenguest) -L$(XEN_XENSTORE) -lxenstore
.PHONY: all
all: build