[Pkg-libvirt-commits] [libguestfs] 83/384: v2v: Replace .. with $(top_builddir)

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:55:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 741403d7186c238c89780b1f3cee0a30641830b3
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Dec 12 13:23:58 2014 +0000

    v2v: Replace .. with $(top_builddir)
    
    No functional change.
---
 v2v/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index b5a4dc4..a70bd7a 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -148,7 +148,7 @@ XOBJECTS = $(BOBJECTS:.cmo=.cmx)
 OCAMLPACKAGES = \
 	-package str,unix \
 	-I $(top_builddir)/src/.libs \
-	-I ../gnulib/lib/.libs \
+	-I $(top_builddir)/gnulib/lib/.libs \
 	-I $(top_builddir)/ocaml \
 	-I $(top_builddir)/mllib \
 	-I $(top_builddir)/customize

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list