Browse Source

Merge pull request #436 from jobol/master

Improve pkgconfig setting
tags/json-c-0.14-20200419
Eric Haszlakiewicz GitHub 7 years ago
parent
commit
91f9884591
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json-c.pc.in

+ 1
- 1
json-c.pc.in View File

@@ -9,4 +9,4 @@ Version: @VERSION@
Requires:
Libs.private: @LIBS@
Libs: -L${libdir} -ljson-c
Cflags: -I${includedir}/json-c
Cflags: -I${includedir} -I${includedir}/json-c

Loading…
Cancel
Save