search for: 8effad7

Displaying 1 result from an estimated 1 matches for "8effad7".

2013 Jan 04
1
[PATCH] gobject: Add pkg-config for gobject bindings
...r)/pkgconfig +pkgconfig_DATA = libguestfs-gobject-1.0.pc + # All the headers except <guestfs-gobject.h> should be installed # in the subdirectory. install-data-hook: diff --git a/gobject/libguestfs-gobject-1.0.pc.in b/gobject/libguestfs-gobject-1.0.pc.in new file mode 100644 index 0000000..8effad7 --- /dev/null +++ b/gobject/libguestfs-gobject-1.0.pc.in @@ -0,0 +1,11 @@ +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...