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:
4d321bc
)
Fix non-srcdir builds: further fixes to OCaml build rules.
author
Richard Jones
<rjones@trick.home.annexia.org>
Fri, 17 Jul 2009 08:36:28 +0000
(09:36 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Fri, 17 Jul 2009 08:36:28 +0000
(09:36 +0100)
ocaml/Makefile.am
patch
|
blob
|
history
diff --git
a/ocaml/Makefile.am
b/ocaml/Makefile.am
index
c7d43a0
..
e4a0a73
100644
(file)
--- a/
ocaml/Makefile.am
+++ b/
ocaml/Makefile.am
@@
-57,6
+57,7
@@
noinst_DATA += bindtests \
t/guestfs_060_readdir
bindtests: bindtests.cmx mlguestfs.cmxa
+ mkdir -p t
$(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . unix.cmxa mlguestfs.cmxa $< -o $@
t/guestfs_005_load: t/guestfs_005_load.cmx mlguestfs.cmxa