aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-29 15:46:30 +0100
committerEwan Mellor <ewan@xensource.com>2007-03-29 15:46:30 +0100
commit5a1f59a822263a09502b8dce81b343d1c721b213 (patch)
tree339d3f2f66e261bba5ccc30cdadd611768e7e903 /tools/libxen/Makefile
parentebbc8fb301ea425f3abd342a74618c25889984fc (diff)
downloadxen-5a1f59a822263a09502b8dce81b343d1c721b213.tar.gz
xen-5a1f59a822263a09502b8dce81b343d1c721b213.tar.bz2
xen-5a1f59a822263a09502b8dce81b343d1c721b213.zip
Added asynchronous event notification through the Xen-API. Added a new command,
xm event-monitor, a new test program for the C bindings, and new bindings themselves. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/Makefile')
-rw-r--r--tools/libxen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index 58db515a72..51062d7c5b 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -51,6 +51,9 @@ libxenapi.a: $(LIBXENAPI_OBJS)
test/test_bindings: test/test_bindings.o libxenapi.so
$(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi
+test/test_event_handling: test/test_event_handling.o libxenapi.so
+ $(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi
+
test/test_hvm_bindings: test/test_hvm_bindings.o libxenapi.so
$(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi