[Pkg-libvirt-commits] [libguestfs] 88/384: v2v: C files are located in srcdir, not 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 b547b627895c137d96bdc06401415be643fee490
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Dec 12 15:11:57 2014 +0000

    v2v: C files are located in srcdir, not builddir.
---
 v2v/Makefile.am | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index a70bd7a..8d3df61 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -93,12 +93,12 @@ SOURCES_ML = \
 	v2v.ml
 
 SOURCES_C = \
-	$(top_builddir)/fish/progress.c \
-	$(top_builddir)/fish/file-edit.c \
-	$(top_builddir)/mllib/progress-c.c \
-	$(top_builddir)/mllib/mkdtemp-c.c \
-	$(top_builddir)/customize/crypt-c.c \
-	$(top_builddir)/customize/perl_edit-c.c \
+	$(top_srcdir)/fish/progress.c \
+	$(top_srcdir)/fish/file-edit.c \
+	$(top_srcdir)/mllib/progress-c.c \
+	$(top_srcdir)/mllib/mkdtemp-c.c \
+	$(top_srcdir)/customize/crypt-c.c \
+	$(top_srcdir)/customize/perl_edit-c.c \
 	domainxml-c.c \
 	kvmuid-c.c \
 	utils-c.c \

-- 
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