swh/LRDF

Typing error in lrdf.pc.in (should be Libs.private, not Libs.Private)

Closed this issue · 1 comments

It needs to be:

Libs.private:

Not

Libs.Private:

Otherwise pkg-config --libs --static won't work, the capitalization matters.

Fixed in master