diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 13:00:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 13:00:31 +0100 |
commit | a1e8cdf2a254c5eddaf525cd7c34e4c937690204 (patch) | |
tree | 4a53b93475a9f5ddd2b0159068818a530e21a797 /haskell/Makefile.am | |
parent | 4e444d53cc9497b7cb36ad35fdee825cade72b0f (diff) | |
download | libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.gz libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.xz libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.zip |
Move the appliance and build scripts into new appliance/ subdirectory.
Diffstat (limited to 'haskell/Makefile.am')
-rw-r--r-- | haskell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/Makefile.am b/haskell/Makefile.am index 06efdfdc..1086ee97 100644 --- a/haskell/Makefile.am +++ b/haskell/Makefile.am @@ -22,8 +22,8 @@ CLEANFILES = *~ if HAVE_HASKELL TESTS_ENVIRONMENT = \ - LD_LIBRARY_PATH=$(abs_top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(abs_top_builddir) \ + LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ + LIBGUESTFS_PATH=$(top_builddir)/appliance \ $(VG) TESTS = Guestfs005Load Guestfs010Launch Guestfs050LVCreate |