aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ossp-uuid/files/patch-uuid.pc.in
blob: 236d25f277303cc39ebddf4d9c9d9e1c7ae35ab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- uuid.pc.in.orig 2008-03-07 10:49:59 UTC
+++ uuid.pc.in
@@ -29,7 +29,7 @@
 
 prefix=@prefix@
 exec_prefix=${prefix}
-includedir=${prefix}/include
+includedir=@includedir@
 libdir=${exec_prefix}/lib
 
 Name: OSSP uuid
@@ -37,6 +37,6 @@ Description: Universally Unique Identifi
 Version: @UUID_VERSION_RAW@
 URL: http://www.ossp.org/pkg/lib/uuid/
 Cflags: -I${includedir}
-Libs: -L${libdir} -luuid
+Libs: -L${libdir} -lossp-uuid
 Libs.private: @LIBS@