From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [PATCH] libxl: export libxl_utils.h Date: Sun, 27 Mar 2011 13:29:13 -0600 Message-ID: <4D8F9009.40801@novell.com> References: <1300978936-11083-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1300978936-11083-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel@lists.xensource.com, Ian Jackson List-Id: xen-devel@lists.xenproject.org Ian Jackson wrote: > From: Ian Jackson > > 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 > --- > 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 >