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 /ocaml | |
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 'ocaml')
-rw-r--r-- | ocaml/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 760caf62..b43049aa 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -44,7 +44,7 @@ guestfs_c_actions.o: guestfs_c_actions.c TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(top_builddir) \ + LIBGUESTFS_PATH=$(top_builddir)/appliance \ $(VG) TESTS = t/guestfs_005_load t/guestfs_010_launch t/guestfs_050_lvcreate |