summaryrefslogtreecommitdiffstats
path: root/resize
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 /resize
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 'resize')
-rw-r--r--resize/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 32c1af7e..639c46bb 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -69,7 +69,7 @@ virt-resize: $(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 $@