Fix Issue 7: wrong paths in pkg-config file.
This commit is contained in:
parent
2bf4393191
commit
1ca94ca86c
1 changed files with 2 additions and 2 deletions
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue