debuggers.hg
changeset 12712:5dae3263f85c
Link test/test_bindings against libxenapi in the new location.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Fri Dec 01 12:24:42 2006 +0000 (2006-12-01) |
parents | bec95280b565 |
children | 41381d057ee0 |
files | tools/libxen/Makefile |
line diff
1.1 --- a/tools/libxen/Makefile Fri Dec 01 11:54:53 2006 +0000 1.2 +++ b/tools/libxen/Makefile Fri Dec 01 12:24:42 2006 +0000 1.3 @@ -48,8 +48,8 @@ libxenapi.so.$(MAJOR).$(MINOR): $(LIBXEN 1.4 libxenapi.a: $(LIBXENAPI_OBJS) 1.5 $(AR) rcs libxenapi.a $^ 1.6 1.7 -test/test_bindings: test/test_bindings.o src/libxen.so 1.8 - $(CC) $(LDFLAGS) -o $@ $< -L src -lxen 1.9 +test/test_bindings: test/test_bindings.o libxenapi.so 1.10 + $(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi 1.11 1.12 1.13 .PHONY: install