[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Add missing libxenstore.so dependency for xenstore client programs.
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID 0856c511a83ec51fc37aa22ab98257470e20b4fb # Parent 2a1b32bb4df411d19fbef55752a52c615baa0fa2 Add missing libxenstore.so dependency for xenstore client programs. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> diff -r 2a1b32bb4df4 -r 0856c511a83e tools/xenstore/Makefile --- a/tools/xenstore/Makefile Mon Sep 5 16:00:03 2005 +++ b/tools/xenstore/Makefile Mon Sep 5 17:21:08 2005 @@ -35,6 +35,7 @@ xenstored: xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -o $@ +$(CLIENTS): libxenstore.so $(CLIENTS): xenstore-%: xenstore_%.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |