debuggers.hg
changeset 6664:0856c511a83e
Add missing libxenstore.so dependency for xenstore client programs.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Mon Sep 05 17:21:08 2005 +0000 (2005-09-05) |
parents | 2a1b32bb4df4 |
children | d5bd2c583cb0 |
files | tools/xenstore/Makefile |
line diff
1.1 --- a/tools/xenstore/Makefile Mon Sep 05 16:00:03 2005 +0000 1.2 +++ b/tools/xenstore/Makefile Mon Sep 05 17:21:08 2005 +0000 1.3 @@ -35,6 +35,7 @@ testcode: xs_test xenstored_test xs_rand 1.4 xenstored: xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o 1.5 $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -o $@ 1.6 1.7 +$(CLIENTS): libxenstore.so 1.8 $(CLIENTS): xenstore-%: xenstore_%.o 1.9 $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ 1.10