From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOUwK-0004CB-P0 for qemu-devel@nongnu.org; Mon, 23 May 2011 09:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOUwJ-0000aG-Kt for qemu-devel@nongnu.org; Mon, 23 May 2011 09:12:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOUwJ-0000a7-E5 for qemu-devel@nongnu.org; Mon, 23 May 2011 09:12:55 -0400 Date: Mon, 23 May 2011 16:12:47 +0300 From: Alon Levy Message-ID: <20110523131247.GZ18986@playa> References: <1305728624-13250-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1305728624-13250-1-git-send-email-alevy@redhat.com> 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 Cc: Paolo Bonzini 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 > >