ia64/xen-unstable
changeset 7369:f8c725f1fce8
Fix xsls build dependency.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Oct 12 18:18:43 2005 +0100 (2005-10-12) |
parents | c81c8a2821aa |
children | 2796f432858e |
files | tools/xenstore/Makefile |
line diff
1.1 --- a/tools/xenstore/Makefile Wed Oct 12 17:04:11 2005 +0100 1.2 +++ b/tools/xenstore/Makefile Wed Oct 12 18:18:43 2005 +0100 1.3 @@ -40,8 +40,8 @@ xenstored: xenstored_core.o xenstored_wa 1.4 $(CLIENTS_OBJS): xenstore_%.o: xenstore_client.c 1.5 $(COMPILE.c) -DCLIENT_$(*F) -o $@ $< 1.6 1.7 -xsls: xsls.o 1.8 - $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ 1.9 +xsls: xsls.o libxenstore.so 1.10 + $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ 1.11 1.12 xenstored_test: xenstored_core_test.o xenstored_watch_test.o xenstored_domain_test.o xenstored_transaction_test.o xs_lib.o talloc_test.o fake_libxc.o utils.o tdb.o 1.13 $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@