git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e8ece
)
ocaml examples: Fix linking line so it uses local library.
author
Richard Jones
<rich@koneko.home.annexia.org>
Mon, 22 Mar 2010 10:05:49 +0000
(10:05 +0000)
committer
Richard Jones
<rich@koneko.home.annexia.org>
Mon, 22 Mar 2010 10:41:46 +0000
(10:41 +0000)
ocaml/examples/Makefile.am
patch
|
blob
|
history
diff --git
a/ocaml/examples/Makefile.am
b/ocaml/examples/Makefile.am
index
ab058b1
..
e38a5c8
100644
(file)
--- a/
ocaml/examples/Makefile.am
+++ b/
ocaml/examples/Makefile.am
@@
-10,7
+10,7
@@
if HAVE_OCAML
noinst_SCRIPTS = lvs
-OCAMLFINDFLAGS = -cc
opt '-L $(top_builddir)/src/.libs'
+OCAMLFINDFLAGS = -cc
lib -L$(top_builddir)/src/.libs
lvs: lvs.ml
$(OCAMLFIND) ocamlopt $(OCAMLFINDFLAGS) \