summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sparsify/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 727d7bfa..01174cf3 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -110,7 +110,7 @@ depend: .depend
.depend: $(wildcard $(abs_srcdir)/*.mli) $(wildcard $(abs_srcdir)/*.ml)
rm -f $@ $@-t
- $(OCAMLFIND) ocamldep -I ../ocaml -I $(abs_srcdir) $^ | \
+ $(OCAMLFIND) ocamldep -I ../ocaml -I $(abs_srcdir) -I $(top_srcdir)/resize $^ | \
$(SED) 's/ *$$//' | \
$(SED) -e :a -e '/ *\\$$/N; s/ *\\\n */ /; ta' | \
$(SED) -e 's,$(abs_srcdir)/,$(builddir)/,g' | \