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