Gianni Tedesco
2010-Sep-06 13:03 UTC
[Xen-devel] [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@citrix.com>
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)
$(INSTALL_DATA) bash-completion $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh
.PHONY: clean
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Ian Jackson
2010-Sep-07 18:03 UTC
[Xen-devel] Re: [PATCH]: xl: fix out-of-tree libxl builds
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@citrix.com>
>
> 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@lists.xensource.com
http://lists.xensource.com/xen-devel