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@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@/@PACKAGE@
|
||||||
includedir=@includedir@
|
includedir=@includedir@/@PACKAGE@
|
||||||
Name: libnfc
|
Name: libnfc
|
||||||
Description: Near Field Communication (NFC) library
|
Description: Near Field Communication (NFC) library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
Loading…
Add table
Reference in a new issue