From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLdQd-0004TX-RQ for qemu-devel@nongnu.org; Sun, 15 May 2011 11:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLdQd-00063G-2j for qemu-devel@nongnu.org; Sun, 15 May 2011 11:40:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLdQc-000635-RU for qemu-devel@nongnu.org; Sun, 15 May 2011 11:40:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4FFeKI3000633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 15 May 2011 11:40:20 -0400 Received: from playa.tlv.redhat.com (dhcp-3-110.tlv.redhat.com [10.35.3.110]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p4FFeJVX026952 for ; Sun, 15 May 2011 11:40:19 -0400 From: Alon Levy Date: Sun, 15 May 2011 18:40:16 +0300 Message-Id: <1305474018-23235-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] add libcacard shared object target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These patches add a standalone shared object target using libtool for libcacard, see second patch for details on usage. First patch adds required --libdir customization akin to --bindir. Alon Levy (2): configure: add libdir and --libdir libcacard: add libcacard.la target Makefile | 9 +++++++++ configure | 7 ++++++- libcacard/Makefile | 30 ++++++++++++++++++++++++++---- 3 files changed, 41 insertions(+), 5 deletions(-) -- 1.7.5.1