aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-27 12:58:15 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-27 12:58:15 +0000
commit3faece79e4bd120b06c01b933b6cdf93c39e1888 (patch)
treed16fa3692a06c0e0f2ecaabf697408410bf4dd89 /tools/xcutils
parent7308e97492e0bea0a4d84b92e0c08784a061abef (diff)
downloadxen-3faece79e4bd120b06c01b933b6cdf93c39e1888.tar.gz
xen-3faece79e4bd120b06c01b933b6cdf93c39e1888.tar.bz2
xen-3faece79e4bd120b06c01b933b6cdf93c39e1888.zip
Define CFLAGS and LDFLAGS for libxenstore.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index cc9e7a606a..d38e8ac07d 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -12,7 +12,7 @@ XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
-CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) -I$(XEN_XENSTORE)
+CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) $(CFLAGS_libxenstore)
# Make gcc generate dependencies.
CFLAGS += -Wp,-MD,.$(@F).d
@@ -20,7 +20,7 @@ PROG_DEP = .*.d
PROGRAMS = xc_restore xc_save readnotes
-LDLIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenguest) -L$(XEN_XENSTORE) -lxenstore
+LDLIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenguest) $(LDFLAGS_libxenstore)
.PHONY: all
all: build