[Pkg-libvirt-commits] [libguestfs] 72/146: v2v: C files are located in srcdir, not builddir.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit bf54bf731e7055c8dea3799e1ede4b0b70996674
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.
(cherry picked from commit b547b627895c137d96bdc06401415be643fee490)
---
v2v/Makefile.am | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 97f9ab1..7e95b78 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -93,13 +93,13 @@ SOURCES_ML = \
v2v.ml
SOURCES_C = \
- $(top_builddir)/fish/progress.c \
- $(top_builddir)/fish/file-edit.c \
- $(top_builddir)/mllib/tty-c.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/tty-c.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