build: Fix parallel build of haskell bindings
authorMatthew Booth <mbooth@redhat.com>
Thu, 19 Nov 2009 16:10:01 +0000 (16:10 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 19 Nov 2009 16:40:22 +0000 (16:40 +0000)
commit8b3e75a3c78064a9dcf4952c50fe631442313743
tree18f405f39c69fe07a7118f93c421dd44184460db
parentc477e2fb78347728aaacbbc89666dcda1481a4b9
build: Fix parallel build of haskell bindings

ghc isn't clever enough not to stomp on itself when building dependencies. This
change makes the 1 dependency explicit.

It also adds a dependency on src/libguestfs.la.
haskell/Makefile.am