lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Install pkg-config files correctly. #158

Open tanderson92 opened 9 years ago

tanderson92 commented 9 years ago

Typically the pkg-config files should go into lib/ and be prefix-prepended so that cross-compiling works as expected. This change makes installed .pc files consistent with most other packages.

tanderson92 commented 9 years ago

Any progress on this?

jayvdb commented 4 years ago

This is a dup of #131 ?