pcsc-lite/src/libpcsclite.pc.in

14 lines
322 B
PkgConfig
Raw Normal View History

2017-12-09 17:15:20 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/PCSC
usbdropdir=@usbdropdir@
2021-08-03 20:04:45 +00:00
serialconfdir=@PCSCLITE_CONFIG_DIR@
2017-12-09 17:15:20 +00:00
Name: PCSC Lite
Description: PC/SC smart card interface
Version: @VERSION@
Libs: -L${libdir} -lpcsclite
Libs.private: @PTHREAD_LIBS@
Cflags: -I${includedir} @PTHREAD_CFLAGS@