From: Richard Jones Date: Mon, 22 Mar 2010 10:05:49 +0000 (+0000) Subject: ocaml examples: Fix linking line so it uses local library. X-Git-Tag: 1.0.87~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=82bd4fac87dce677a69bc5297f11799baf3eb1f5 ocaml examples: Fix linking line so it uses local library. --- 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) \