X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2FMakefile.am;h=b43049aaed109d3fb3c3174a6500b9b8dec109af;hp=079ce741a1ab7ff58e2e69842d56d8b0c6805b24;hb=a1e8cdf2a254c5eddaf525cd7c34e4c937690204;hpb=41b959fd9b057354f642d84398b875d02b88b864 diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 079ce74..b43049a 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -43,8 +43,9 @@ guestfs_c_actions.o: guestfs_c_actions.c $(CC) $(CFLAGS) -I$(OCAMLLIB) -I$(top_builddir)/src -fPIC -Wall -c $< 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 = t/guestfs_005_load t/guestfs_010_launch t/guestfs_050_lvcreate noinst_DATA += $(TESTS) @@ -86,4 +87,4 @@ install-data-hook: CLEANFILES += $(noinst_DATA) -endif \ No newline at end of file +endif