WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH]: xl: fix out-of-tree libxl builds

To: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH]: xl: fix out-of-tree libxl builds
From: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Date: Tue, 7 Sep 2010 19:03:26 +0100
Cc: Xen Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx>
Delivery-date: Tue, 07 Sep 2010 11:05:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1283778206.20276.138.camel@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1283778206.20276.138.camel@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Gianni Tedesco writes ("[PATCH]: xl: fix out-of-tree libxl builds"):
> Broken since introduction of libxl_uuid.h which defines a core API
> data-type but it's not installed in include directory.
> 
> Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
> 
> diff -r 16bb1ccc6ffa tools/libxl/Makefile
> --- a/tools/libxl/Makefile  Mon Sep 06 13:38:24 2010 +0100
> +++ b/tools/libxl/Makefile  Mon Sep 06 14:01:56 2010 +0100
> @@ -115,7 +115,7 @@ install: all
>     ln -sf libxlutil.so.$(XLUMAJOR).$(XLUMINOR) 
> $(DESTDIR)$(LIBDIR)/libxlutil.so.$(XLUMAJOR)
>     ln -sf libxlutil.so.$(XLUMAJOR) $(DESTDIR)$(LIBDIR)/libxlutil.so
>     $(INSTALL_DATA) libxlutil.a $(DESTDIR)$(LIBDIR)
> -   $(INSTALL_DATA) libxl.h _libxl_types.h $(DESTDIR)$(INCLUDEDIR)
> +   $(INSTALL_DATA) libxl.h _libxl_types.h libxl_uuid.h 
> $(DESTDIR)$(INCLUDEDIR)

This patch didn't apply automatically because your MUA has converted
tabs to spaces (4 spaces!).  I'll apply it by hand.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>