]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- fix includedir
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Feb 2008 22:46:03 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nspr-mozilla-nspr.pc -> 1.3

nspr-mozilla-nspr.pc

index a48a5492f4b8955425f51df9cb30bf44a5e8708f..5b3eaad30880c0ee2fd939ba7090d889c3e015d3 100644 (file)
@@ -1,12 +1,12 @@
-prefix=/usr
-exec_prefix=/usr
-libdir=/usr/lib/mozilla
-includedir=/usr/include/mozilla
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
 
 Name: NSPR
 Description: The Netscape Portable Runtime
-Version: VERSION
+Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@
 Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lc -lpthread
-Cflags: -I${includedir}/nspr
+Cflags: -I${includedir}
 
 
This page took 0.037578 seconds and 4 git commands to generate.