mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
ocaml examples: Fix linking line so it uses local library.
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user