summaryrefslogtreecommitdiff
blob: 8df5d414da94da6c18dc47d7366f8486a1a7c863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- libview.pc.in
+++ libview.pc.in
@@ -1,9 +1,11 @@
-prefix=${prefix}
+prefix=@prefix@
+exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include
 
 Name: libview
 Description: VMware's Incredibly Exciting Widgets for GTK+
 Version: @VERSION@
-Libs: -L${libdir} -lview @PACKAGE_LIBS@
-Cflags: -I${includedir} @PACKAGE_CFLAGS@
+Libs: -L${libdir} -lview
+Libs.private: @VIEW_LIBS@
+Cflags: -I${includedir} @VIEW_CFLAGS@