[Pkg-libvirt-commits] [libguestfs] 87/384: sparsify: 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 9d3a02792ff0a5502dbeda42db4c28651a3688b0
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.
---
 sparsify/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 32552e5..60a2627 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -33,8 +33,8 @@ SOURCES_ML = \
 	sparsify.ml
 
 SOURCES_C = \
-	$(top_builddir)/fish/progress.c \
-	$(top_builddir)/mllib/progress-c.c \
+	$(top_srcdir)/fish/progress.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