[Libguestfs] [PATCH 7/7] resize, sparsify: find progress mini-library in out-of-tree builds

Hilko Bengen bengen at hilluzination.de
Fri Jan 20 07:44:47 UTC 2012


---
 resize/Makefile.am   |    2 +-
 sparsify/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/resize/Makefile.am b/resize/Makefile.am
index bbae32f..48240d1 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 $@
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 17ee638..8d1ddc4 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 $@
-- 
1.7.8.3




More information about the Libguestfs mailing list