diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-09 17:19:24 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-10 13:52:49 +0100 |
commit | d43dac69483e8ec62e8356d93f761684ce2f5cc8 (patch) | |
tree | bb6294be55cc29b0b4f6cf8b9f7280d5c2225ec0 /Makefile.am | |
parent | f0a5cd69f92f734b94e2361a939e4a1eb01dad9c (diff) | |
download | libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.gz libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.tar.xz libguestfs-d43dac69483e8ec62e8356d93f761684ce2f5cc8.zip |
Partial Haskell bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |