| /[pcsclite]/tags/ccid/ccid-1.3.8/examples/Makefile.am |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
release 1.3.8
use $(PTHREAD_CFLAGS) and $(PTHREAD_LIBS) since the thread library must be explicitly used on *BSD
use $(foo) instead of @foo@ to do not replace the values but the variables
use @PCSC_CFLAGS@ and @PCSC_LIBS@
use @AM_CPPFLAGS@ (defined by configure.in) instead of `pkg-config libpcsclite --cflags` since PKG_CONFIG_PATH may not be correct here
use AM_CPPFLAGS = `pkg-config libpcsclite --cflags`
add examples for SCardControl IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE and IOCTL_SMARTCARD_VENDOR_VERIFY_PIN
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |