mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 12:16:34 +00:00
libnfc can now be compiled using autotools and libtool.
It now provide a pkg-config file allowing a simplified compilation against libnfc.
This commit is contained in:
10
libnfc.pc.in
Normal file
10
libnfc.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
Name: libnfc
|
||||
Description: Near Field Communication (NFC) library
|
||||
Version: @VERSION@
|
||||
Requires: libusb, libpcsclite
|
||||
Libs: -L${libdir} -lmytoolkit
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user