summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'haskell')
-rw-r--r--haskell/Makefile.am4
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