Browse Source
Merge pull request #436 from jobol/master
Improve pkgconfig setting
tags/json-c-0.14-20200419
Eric Haszlakiewicz
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
json-c.pc.in
|
|
@@ -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 |