20 lines
529 B
Diff
20 lines
529 B
Diff
--- ./libview.pc.in.orig 2015-01-12 09:55:44.051292400 +0100
|
|
+++ ./libview.pc.in 2015-01-12 09:56:29.968892700 +0100
|
|
@@ -1,10 +1,11 @@
|
|
-prefix=${prefix}
|
|
-libdir=${exec_prefix}/lib
|
|
-includedir=${prefix}/include
|
|
+prefix=@prefix@
|
|
+exec_prefix=@exec_prefix@
|
|
+libdir=@libdir@
|
|
+includedir=@includedir@
|
|
|
|
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
|
|
+Cflags: -I${includedir}
|
|
|