All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: export libxl_utils.h
@ 2011-03-24 15:02 Ian Jackson
  2011-03-27 19:29 ` Jim Fehlig
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2011-03-24 15:02 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] libxl: export libxl_utils.h
  2011-03-24 15:02 [PATCH] libxl: export libxl_utils.h Ian Jackson
@ 2011-03-27 19:29 ` Jim Fehlig
  2011-03-31 17:17   ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Fehlig @ 2011-03-27 19:29 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Ian Jackson

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
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libxl: export libxl_utils.h
  2011-03-27 19:29 ` Jim Fehlig
@ 2011-03-31 17:17   ` Ian Jackson
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2011-03-31 17:17 UTC (permalink / raw)
  To: Jim Fehlig; +Cc: 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-31 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 15:02 [PATCH] libxl: export libxl_utils.h Ian Jackson
2011-03-27 19:29 ` Jim Fehlig
2011-03-31 17:17   ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.