summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-01-04 09:42:41 +0000
committerMatthew Booth <mbooth@redhat.com>2012-01-20 18:12:38 +0000
commit5c5babb40b06256d251425b10ca5cfff97907462 (patch)
tree38192ee448d04be5f38a4e710c707b97a1f6f17a /Makefile.am
parenteb58fa9978b71448c01348c151cc002c21983c71 (diff)
downloadlibguestfs-5c5babb40b06256d251425b10ca5cfff97907462.tar.gz
libguestfs-5c5babb40b06256d251425b10ca5cfff97907462.tar.xz
libguestfs-5c5babb40b06256d251425b10ca5cfff97907462.zip
gobject: Add GObject bindings
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f9255294..839379ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,9 @@ endif
if HAVE_ERLANG
SUBDIRS += erlang erlang/examples
endif
+if HAVE_GOBJECT
+SUBDIRS += gobject
+endif
# Unconditional because nothing is built yet.
SUBDIRS += csharp