--- 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 _______________________________________________ Libguestfs mailing list Libguestfs@redhat.com https://www.redhat.com/mailman/listinfo/libguestfs