mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Move the appliance and build scripts into new appliance/ subdirectory.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user