diff -r 000000000000 -r 6474c204b198 nsprpub/config/nspr.pc.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nsprpub/config/nspr.pc.in Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: NSPR +Description: The Netscape Portable Runtime +Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ +Libs: -L@libdir@ -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ +Cflags: -I@includedir@