From: Ian Jackson <ijackson@chiark.greenend.org.uk>
libxl_utils.h is the header for libxlu.{so,a} and should have been
exported for the benefit of libxl callers.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
---
tools/libxl/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 39f53f6..a7b1d51 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -120,7 +120,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 libxl_uuid.h $(DESTDIR)$(INCLUDEDIR)
+ $(INSTALL_DATA) libxl.h _libxl_types.h libxl_utils.h libxl_uuid.h
$(DESTDIR)$(INCLUDEDIR)
$(INSTALL_DATA) bash-completion $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh
.PHONY: clean
--
1.5.6.5
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Ian Jackson wrote:> From: Ian Jackson <ijackson@chiark.greenend.org.uk> > > libxl_utils.h is the header for libxlu.{so,a} and should have been > exported for the benefit of libxl callers. >I certainly like this change :-). ACK. Regards, Jim> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk> > --- > tools/libxl/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile > index 39f53f6..a7b1d51 100644 > --- a/tools/libxl/Makefile > +++ b/tools/libxl/Makefile > @@ -120,7 +120,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 libxl_uuid.h $(DESTDIR)$(INCLUDEDIR) > + $(INSTALL_DATA) libxl.h _libxl_types.h libxl_utils.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
Jim Fehlig writes ("Re: [Xen-devel] [PATCH] libxl: export
libxl_utils.h"):> Ian Jackson wrote:
> > From: Ian Jackson <ijackson@chiark.greenend.org.uk>
> >
> > libxl_utils.h is the header for libxlu.{so,a} and should have been
> > exported for the benefit of libxl callers.
>
> I certainly like this change :-). ACK.
Thanks, applied to unstable.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel