[Pkg-libvirt-commits] [libguestfs] 71/146: sparsify: 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 cd2c93080b6b1072c9751b0b9de81c15eacb2d2f
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Dec 12 15:11:37 2014 +0000
sparsify: C files are located in srcdir, not builddir.
(cherry picked from commit 9d3a02792ff0a5502dbeda42db4c28651a3688b0)
---
sparsify/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 402ccc8..a37e546 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -33,9 +33,9 @@ SOURCES_ML = \
sparsify.ml
SOURCES_C = \
- $(top_builddir)/fish/progress.c \
- $(top_builddir)/mllib/tty-c.c \
- $(top_builddir)/mllib/progress-c.c \
+ $(top_srcdir)/fish/progress.c \
+ $(top_srcdir)/mllib/tty-c.c \
+ $(top_srcdir)/mllib/progress-c.c \
statvfs-c.c
if HAVE_OCAML
--
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