[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Add test_bindings back into the build -- it isn't integrated with the normal
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID d30be569532d4b8910b74e62b818fa99e319eefd # Parent 1fce8221d4732ae0028926c0e3dd85b3424f5c7f 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@xxxxxxxxxxxxx> --- tools/libxen/Makefile | 3 +++ 1 files changed, 3 insertions(+) diff -r 1fce8221d473 -r d30be569532d tools/libxen/Makefile --- a/tools/libxen/Makefile Tue Nov 14 15:36:41 2006 -0700 +++ b/tools/libxen/Makefile Tue Nov 28 17:04:32 2006 +0000 @@ -48,6 +48,9 @@ libxenapi.a: $(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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |