mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-25 19:26:35 +00:00
Fix Issue 7: wrong paths in pkg-config file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
libdir=@libdir@/@PACKAGE@
|
||||
includedir=@includedir@/@PACKAGE@
|
||||
Name: libnfc
|
||||
Description: Near Field Communication (NFC) library
|
||||
Version: @VERSION@
|
||||
|
||||
Reference in New Issue
Block a user