[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Link test/test_bindings against libxenapi in the new location.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 5dae3263f85cc31f0db0bed1c03f19db0f52c49f # Parent bec95280b565d0e9d6a58480ed17b0963f180e1b Link test/test_bindings against libxenapi in the new location. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/libxen/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r bec95280b565 -r 5dae3263f85c tools/libxen/Makefile --- a/tools/libxen/Makefile Fri Dec 01 11:54:53 2006 +0000 +++ b/tools/libxen/Makefile Fri Dec 01 12:24:42 2006 +0000 @@ -48,8 +48,8 @@ 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 +test/test_bindings: test/test_bindings.o libxenapi.so + $(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi .PHONY: install _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |