summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@centos5x32.home.annexia.org>2009-05-27 16:12:52 +0100
committerRichard Jones <rjones@centos5x32.home.annexia.org>2009-05-27 16:12:52 +0100
commit6b668620681ada82857e09922a0feb004ee65882 (patch)
tree1a5e11fb0d3f6f12a78a9750a4d047b670c5253f
parent9c16028a2317a4e1ae5b0831a8a71c98c86852ae (diff)
downloadlibguestfs-6b668620681ada82857e09922a0feb004ee65882.tar.gz
libguestfs-6b668620681ada82857e09922a0feb004ee65882.tar.xz
libguestfs-6b668620681ada82857e09922a0feb004ee65882.zip
abs_top_builddir doesn't exist in old RHEL 5 automake, use top_builddir instead.
-rw-r--r--ocaml/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index b3ca8edf..760caf62 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -43,8 +43,8 @@ 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) \
$(VG)
TESTS = t/guestfs_005_load t/guestfs_010_launch t/guestfs_050_lvcreate
@@ -87,4 +87,4 @@ install-data-hook:
CLEANFILES += $(noinst_DATA)
-endif \ No newline at end of file
+endif