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)
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.


No differences found