aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-09 16:11:34 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-09 16:11:34 +0100
commit2434aa5074f5f05f102fd9b0d1a33bc6673dafb0 (patch)
tree2288e0cdb60286692b5171a88789e8da7bdd3773 /tools/xcutils/Makefile
parentfc7e83c464aa65cadb594a954f763bd0c8aad8ad (diff)
downloadxen-2434aa5074f5f05f102fd9b0d1a33bc6673dafb0.tar.gz
xen-2434aa5074f5f05f102fd9b0d1a33bc6673dafb0.tar.bz2
xen-2434aa5074f5f05f102fd9b0d1a33bc6673dafb0.zip
lsevtchn: Simple tool to list event channel states for a domain.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'tools/xcutils/Makefile')
-rw-r--r--tools/xcutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index d38e8ac07d..15c0c9758e 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -18,7 +18,7 @@ CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) $(CFLAGS_libxenstore)
CFLAGS += -Wp,-MD,.$(@F).d
PROG_DEP = .*.d
-PROGRAMS = xc_restore xc_save readnotes
+PROGRAMS = xc_restore xc_save readnotes lsevtchn
LDLIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenguest) $(LDFLAGS_libxenstore)