Displaying 2 results from an estimated 2 matches for "9dbad7b".
2013 Jan 04
1
[PATCH] gobject: Add pkg-config for gobject bindings
...gnulib/lib/Makefile
gnulib/tests/Makefile
+ gobject/libguestfs-gobject-1.0.pc
gobject/Makefile
gobject/docs/Makefile
gobject/docs/guestfs-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...
2012 Apr 26
1
[PATCH] gobject: Move headers into a subdirectory
...ct_header;
+ output_to "gobject/include/guestfs-gobject.h" generate_gobject_header;
output_to "gobject/docs/guestfs-title.sgml" generate_gobject_doc_title;
generate_gobject_structs;
diff --git a/gobject/.gitignore b/gobject/.gitignore
new file mode 100644
index 0000000..9dbad7b
--- /dev/null
+++ b/gobject/.gitignore
@@ -0,0 +1,3 @@
+# Generated sources
+/include
+/src
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index d482d21..e28a8b1 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -39,7 +39,8 @@ libguestfs_gobject_1_0_ladir = $(includedir)
libg...