From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMhfD-0000F9-Np for qemu-devel@nongnu.org; Wed, 18 May 2011 10:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMhfC-0002xO-Pz for qemu-devel@nongnu.org; Wed, 18 May 2011 10:23:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMhfC-0002x5-J1 for qemu-devel@nongnu.org; Wed, 18 May 2011 10:23:50 -0400 From: Alon Levy Date: Wed, 18 May 2011 17:23:42 +0300 Message-Id: <1305728624-13250-1-git-send-email-alevy@redhat.com> Subject: [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 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