libnfc/libnfc.pc.in
Romuald Conty 0b979eaee2 libnfc can now be compiled using autotools and libtool.
It now provide a pkg-config file allowing a simplified compilation against libnfc.
2009-05-04 08:00:08 +00:00

10 lines
250 B
PkgConfig

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}