From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [PATCH] [RFC] Add libxen to overall xen build Date: Wed, 29 Nov 2006 18:01:28 -0700 Message-ID: <456E2D68.800@novell.com> References: <4564C933.6020507@novell.com> <20061128163408.GK17436@leeni.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20061128163408.GK17436@leeni.uk.xensource.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: Ewan Mellor Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org 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