View | Details | Raw Unified
Collapse All | Expand All

(-) libview-0.5.6.old/libview.pc.in (-3 / +4 lines)
 Lines 1-9    Link Here 
prefix=${prefix}
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libdir=${exec_prefix}/lib
includedir=${prefix}/include
includedir=${prefix}/include
Name: libview
Name: libview
Description: VMware's Incredibly Exciting Widgets for GTK+
Description: VMware's Incredibly Exciting Widgets for GTK+
Version: @VERSION@
Version: @VERSION@
Libs: -L${libdir} -lview @PACKAGE_LIBS@
Libs: -L${libdir} -lview @VIEW_LIBS@
Cflags: -I${includedir} @PACKAGE_CFLAGS@
Cflags: -I${includedir} @VIEW_CFLAGS@