7b6dafb550
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware@2309 6952d904-891a-0410-993b-d76249ca496b
18 lines
600 B
Diff
18 lines
600 B
Diff
diff -u -r libview-0.5.6.old/libview.pc.in libview-0.5.6/libview.pc.in
|
|
--- libview-0.5.6.old/libview.pc.in 2005-09-07 18:35:12.000000000 -0400
|
|
+++ libview-0.5.6/libview.pc.in 2006-05-31 10:38:50.000000000 -0400
|
|
@@ -1,9 +1,10 @@
|
|
-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 @VIEW_LIBS@
|
|
+Cflags: -I${includedir} @VIEW_CFLAGS@
|