Move the appliance and build scripts into new appliance/ subdirectory.

This commit is contained in:
Richard W.M. Jones
2009-05-28 13:00:31 +01:00
parent 4e444d53cc
commit a1e8cdf2a2
20 changed files with 123 additions and 90 deletions

View File

@@ -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