search for: 864b6b1

Displaying 2 results from an estimated 2 matches for "864b6b1".

Did you mean: 864b0b61
2013 Jan 04
1
[PATCH] gobject: Add pkg-config for gobject bindings
...estfs-docs.sgml diff --git a/gobject/.gitignore b/gobject/.gitignore index 9dbad7b..1afffa0 100644 --- a/gobject/.gitignore +++ b/gobject/.gitignore @@ -1,3 +1,4 @@ # Generated sources /include +/libguestfs-gobject-1.0.pc /src diff --git a/gobject/Makefile.am b/gobject/Makefile.am index d949401..864b6b1 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -57,6 +57,9 @@ libguestfs_gobject_1_0_la_LIBS = $(GOBJECT_LIBS) libguestfs_gobject_1_0_la_LDFLAGS = $(LDFLAGS) -L$(top_builddir)/src libguestfs_gobject_1_0_la_LIBADD = -lguestfs +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = l...
2013 Jan 30
1
[PATCH] Make internal-only functions and structures private
...deprecated_by : string option; (* function is deprecated, use .. instead *) optional : string option; (* function is part of an optional group *) progress : bool; (* function can generate progress messages *) diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 864b6b1..a8efec3 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -52,6 +52,7 @@ libguestfs_gobject_1_0_ladir = $(includedir)/guestfs-gobject libguestfs_gobject_1_0_la_HEADERS = $(guestfs_gobject_headers) libguestfs_gobject_1_0_la_SOURCES = $(guestfs_gobject_sources) libguestfs_gobject_1_0_...