summaryrefslogtreecommitdiffstats
path: root/sparsify
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-01-20 08:44:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-01-20 16:10:14 +0000
commitb8720abfe56391bf5b7b624e003ab7df90f5ceb4 (patch)
treeb40395bbb367d660abeef98d769e002c02ae6404 /sparsify
parent251c6e994de97d9e87a0ace01144c12366e12c2b (diff)
downloadlibguestfs-b8720abfe56391bf5b7b624e003ab7df90f5ceb4.tar.gz
libguestfs-b8720abfe56391bf5b7b624e003ab7df90f5ceb4.tar.xz
libguestfs-b8720abfe56391bf5b7b624e003ab7df90f5ceb4.zip
resize, sparsify: find progress mini-library in out-of-tree builds
Diffstat (limited to 'sparsify')
-rw-r--r--sparsify/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 4d73c942..603fd075 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -68,7 +68,7 @@ virt-sparsify: $(OBJECTS)
# automake will decide we don't need C support in this file. Really
# we do, so we have to provide it ourselves.
-DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(shell $(OCAMLC) -where) -I../fish
+DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(shell $(OCAMLC) -where) -I$(top_srcdir)/fish
.c.o:
$(CC) $(CFLAGS) $(PROF_CFLAGS) $(DEFAULT_INCLUDES) -c $< -o $@