Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238651 | Differences between
and this patch

Collapse All | Expand All

(-)xen-3.3.0/tools/xenstat/xentop/Makefile (-2 / +2 lines)
Lines 19-26 Link Here
19
else
19
else
20
20
21
CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
21
CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
22
LDFLAGS += -L$(XEN_LIBXENSTAT)
22
LDFLAGS += -L$(XEN_LIBXENSTAT) -L$(XEN_LIBXC) -L$(XEN_XENSTORE)
23
LDLIBS += -lxenstat $(CURSES_LIBS) $(SOCKET_LIBS)
23
LDLIBS += -lxenstat -lxenctrl -lxenstore $(CURSES_LIBS) $(SOCKET_LIBS)
24
CFLAGS += -DHOST_$(XEN_OS)
24
CFLAGS += -DHOST_$(XEN_OS)
25
25
26
.PHONY: all
26
.PHONY: all

Return to bug 238651