From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVCf-0003W7-NR for qemu-devel@nongnu.org; Mon, 23 May 2011 09:29:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOVCe-0003sg-Rx for qemu-devel@nongnu.org; Mon, 23 May 2011 09:29:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVCe-0003sV-KA for qemu-devel@nongnu.org; Mon, 23 May 2011 09:29:48 -0400 Message-ID: <4DDA6144.2050805@redhat.com> Date: Mon, 23 May 2011 15:29:40 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1305728624-13250-1-git-send-email-alevy@redhat.com> <20110523131247.GZ18986@playa> In-Reply-To: <20110523131247.GZ18986@playa> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv4 0/2] libcacard.la List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori On 05/23/2011 03:12 PM, Alon Levy wrote: > On Wed, May 18, 2011 at 05:23:42PM +0300, Alon Levy wrote: > > Ping? > >> Allow building standalone shared (or static, whichever libtool chooses) >> library out of libcacard sources, for use by ccid-card-passthru remote clients. >> >> v4: exit (return code 1) if libtool not found at any stage (for .lo rule >> and for toplevel libcacard and libcacard-install targets) per Paolo's suggestion. >> >> Resending the whole patchset since the old thread is a little too large, no >> change to the first patch, just the second changed. >> >> Alon Levy (2): >> configure: add libdir and --libdir >> libcacard: add libcacard.la target >> >> Makefile | 20 +++++++++++++++++++- >> Makefile.objs | 8 ++++++++ >> configure | 17 ++++++++++++++++- >> libcacard/Makefile | 32 ++++++++++++++++++++++++++++---- >> rules.mak | 8 ++++++++ >> 5 files changed, 79 insertions(+), 6 deletions(-) >> >> -- >> 1.7.5.1 >> >> Looks good to me. Paolo