summaryrefslogtreecommitdiffstats
path: root/sparsify
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-01-23 23:17:37 +0100
committerHilko Bengen <bengen@hilluzination.de>2012-01-23 23:17:37 +0100
commitb7122eaa58ccd153a8c39bc3b6f890755c5df089 (patch)
treed1fec6b614ebfdb98a692b7879d3da2d2ce9fec4 /sparsify
parent22224254fa4676735985818d2ff3c8feafe4457c (diff)
downloadlibguestfs-b7122eaa58ccd153a8c39bc3b6f890755c5df089.tar.gz
libguestfs-b7122eaa58ccd153a8c39bc3b6f890755c5df089.tar.xz
libguestfs-b7122eaa58ccd153a8c39bc3b6f890755c5df089.zip
resize, sparsify: find progress mini-library in out-of-tree builds (2)
Diffstat (limited to 'sparsify')
-rw-r--r--sparsify/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 8d1ddc44..b33e121f 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -38,7 +38,7 @@ SOURCES += \
# Note this list must be in dependency order.
OBJECTS = \
- ../fish/guestfish-progress.o \
+ $(top_builddir)/fish/guestfish-progress.o \
progress_c.o \
utils.cmx \
progress.cmx \
@@ -49,7 +49,7 @@ bin_SCRIPTS = virt-sparsify
# -I $(top_builddir)/src/.libs is a hack which forces corresponding -L
# option to be passed to gcc, so we don't try linking against an
# installed copy of libguestfs.
-OCAMLPACKAGES = -package unix -I $(top_builddir)/src/.libs -I ../ocaml
+OCAMLPACKAGES = -package unix -I $(top_builddir)/src/.libs -I $(top_builddir)/ocaml
OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX $(OCAMLPACKAGES)
OCAMLOPTFLAGS = $(OCAMLCFLAGS)