|
|
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@ |