[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Attached patch fixes linking error when creating the xl binary.
# HG changeset patch # User Stefano Stabellini <sstabellini@xxxxxxxxxxxxx> # Date 1279643829 -3600 # Node ID 24277e3237ca3b8ce13f9f6e082ea7d3d2ab5a95 # Parent e76befc7fe2dbaeadb9c09611175e84b837b995f Attached patch fixes linking error when creating the xl binary. The xl binary compiles in xl_cmdimpl.c which calls code from libxl_paths.c and libxl_bootloader.c. Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> --- tools/libxl/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r e76befc7fe2d -r 24277e3237ca tools/libxl/Makefile --- a/tools/libxl/Makefile Tue Jul 20 17:26:38 2010 +0100 +++ b/tools/libxl/Makefile Tue Jul 20 17:37:09 2010 +0100 @@ -85,7 +85,7 @@ xl_cmdtable.o: xl_cmdtable.c xl_cmdtable.o: xl_cmdtable.c $(CC) $(CFLAGS) -c xl_cmdtable.c -$(CLIENTS): xl.o xl_cmdimpl.o xl_cmdtable.o libxlutil.so libxenlight.so +$(CLIENTS): xl.o xl_cmdimpl.o xl_cmdtable.o libxl_paths.o libxl_bootloader.o libxlutil.so libxenlight.so $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) .PHONY: install _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |