1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nsprpub/config/nspr.pc.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +prefix=@prefix@ 1.5 +exec_prefix=@exec_prefix@ 1.6 +libdir=@libdir@ 1.7 +includedir=@includedir@ 1.8 + 1.9 +Name: NSPR 1.10 +Description: The Netscape Portable Runtime 1.11 +Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@ 1.12 +Libs: -L@libdir@ -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ 1.13 +Cflags: -I@includedir@