summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-09 17:19:24 +0100
committerRichard Jones <rjones@redhat.com>2009-05-10 13:52:49 +0100
commitd43dac69483e8ec62e8356d93f761684ce2f5cc8 (patch)
treebb6294be55cc29b0b4f6cf8b9f7280d5c2225ec0 /Makefile.am
parentf0a5cd69f92f734b94e2361a939e4a1eb01dad9c (diff)
downloadlibguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.gz
libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.xz
libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.zip
Partial Haskell 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 8f81a076..80ea8756 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,9 @@ endif
if HAVE_JAVA
SUBDIRS += java
endif
+if HAVE_HASKELL
+SUBDIRS += haskell
+endif
if HAVE_INSPECTOR
SUBDIRS += inspector
endif