mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
12 lines
293 B
PkgConfig
12 lines
293 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libguestfs-gobject-1.0
|
|
Version: @VERSION@
|
|
Description: gobject bindings for the libguestfs library
|
|
Requires: libguestfs,gobject-2.0,gio-2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lguestfs-gobject-1.0
|