10 lines
250 B
PkgConfig
10 lines
250 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/nfc
|
|
Name: libnfc
|
|
Description: Near Field Communication (NFC) library
|
|
Version: @VERSION@
|
|
Requires: @PKG_CONFIG_REQUIRES@
|
|
Libs: -L${libdir} -lnfc
|
|
Cflags: -I${includedir}
|