From 82bd4fac87dce677a69bc5297f11799baf3eb1f5 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 22 Mar 2010 10:05:49 +0000 Subject: [PATCH] ocaml examples: Fix linking line so it uses local library. --- ocaml/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index ab058b1..e38a5c8 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -10,7 +10,7 @@ if HAVE_OCAML noinst_SCRIPTS = lvs -OCAMLFINDFLAGS = -ccopt '-L $(top_builddir)/src/.libs' +OCAMLFINDFLAGS = -cclib -L$(top_builddir)/src/.libs lvs: lvs.ml $(OCAMLFIND) ocamlopt $(OCAMLFINDFLAGS) \ -- 1.8.3.1