Re: [Qemu-devel] [PATCHv4 0/2] libcacard.la

2011-05-23 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCHv4 0/2] libcacard.la

2011-05-23 Thread Alon Levy
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

[Qemu-devel] [PATCHv4 0/2] libcacard.la

2011-05-18 Thread Alon Levy
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 su