Jim Fehlig
2006-Nov-22 22:03 UTC
[Xen-devel] [PATCH] [RFC] Add libxen to overall xen build
libxen (c-bindings to new XenAPI) is not integrated into the overall xen build. This patch enables building of libxen when ''LIBXENAPI_BINDINGS ?= y'' in Config.mk. Headers are installed in $(DESTDIR)/usr/include/xen/api and libs in $(DESTDIR/usr/$(LIBDIR). I did not include the test_bindings program since it introduces yet another dependency - libcurl. Regards, Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Nov-28 16:34 UTC
Re: [Xen-devel] [PATCH] [RFC] Add libxen to overall xen build
On Wed, Nov 22, 2006 at 03:03:31PM -0700, Jim Fehlig wrote:> libxen (c-bindings to new XenAPI) is not integrated into the overall xen > build. This patch enables building of libxen when ''LIBXENAPI_BINDINGS > ?= y'' in Config.mk. > > Headers are installed in $(DESTDIR)/usr/include/xen/api and libs in > $(DESTDIR/usr/$(LIBDIR). I did not include the test_bindings program > since it introduces yet another dependency - libcurl.Applied, thanks Jim. Are you going to integrate docs/xen-api into the build as well? Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jim Fehlig
2006-Nov-30 01:01 UTC
Re: [Xen-devel] [PATCH] [RFC] Add libxen to overall xen build
Ewan Mellor wrote:> On Wed, Nov 22, 2006 at 03:03:31PM -0700, Jim Fehlig wrote: > > >> libxen (c-bindings to new XenAPI) is not integrated into the overall xen >> build. This patch enables building of libxen when ''LIBXENAPI_BINDINGS >> ?= y'' in Config.mk. >> >> Headers are installed in $(DESTDIR)/usr/include/xen/api and libs in >> $(DESTDIR/usr/$(LIBDIR). I did not include the test_bindings program >> since it introduces yet another dependency - libcurl. >> > > Applied, thanks Jim. Are you going to integrate docs/xen-api into the build > as well? >Ah, forgot about the docs :-/. I''ll put it on my todo-list - to be done after next week''s ManDev conference. Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Nov-30 08:33 UTC
Re: [Xen-devel] [PATCH] [RFC] Add libxen to overall xen build
On Wed, Nov 29, 2006 at 06:01:28PM -0700, Jim Fehlig wrote:> Ewan Mellor wrote: > >On Wed, Nov 22, 2006 at 03:03:31PM -0700, Jim Fehlig wrote: > > > > > >>libxen (c-bindings to new XenAPI) is not integrated into the overall xen > >>build. This patch enables building of libxen when ''LIBXENAPI_BINDINGS > >>?= y'' in Config.mk. > >> > >>Headers are installed in $(DESTDIR)/usr/include/xen/api and libs in > >>$(DESTDIR/usr/$(LIBDIR). I did not include the test_bindings program > >>since it introduces yet another dependency - libcurl. > >> > > > >Applied, thanks Jim. Are you going to integrate docs/xen-api into the > >build > >as well? > > > > Ah, forgot about the docs :-/. I''ll put it on my todo-list - to be done > after next week''s ManDev conference.That sounds great, thanks Jim. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel