aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-11-28 17:04:32 +0000
committerEwan Mellor <ewan@xensource.com>2006-11-28 17:04:32 +0000
commitf8cd45575d8a1cd3c03e5ba9638d573865992f27 (patch)
treef92c80add2d0c8911fd899d4430ff46b671f1654 /tools/libxen/Makefile
parentf7bd1801f809ab8ab9acec9a386bfc5a43ad3bb7 (diff)
downloadxen-f8cd45575d8a1cd3c03e5ba9638d573865992f27.tar.gz
xen-f8cd45575d8a1cd3c03e5ba9638d573865992f27.tar.bz2
xen-f8cd45575d8a1cd3c03e5ba9638d573865992f27.zip
Add test_bindings back into the build -- it isn't integrated with the normal
targets, because it introduces an additional dependency (libcurl), but make test/test_bindings does the right thing. 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 c944b95215..6bf5d2fc25 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -48,6 +48,9 @@ libxenapi.so.$(MAJOR).$(MINOR): $(LIBXENAPI_OBJS)
libxenapi.a: $(LIBXENAPI_OBJS)
$(AR) rcs libxenapi.a $^
+test/test_bindings: test/test_bindings.o src/libxen.so
+ $(CC) $(LDFLAGS) -o $@ $< -L src -lxen
+
.PHONY: install
install: all