git.annexia.org
/
libguestfs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
maint: use spaces, not TABs for indentation
[libguestfs.git]
/
ocaml
/
examples
/
Makefile.am
1
EXTRA_DIST = LICENSE README lvs.ml
2
3
if HAVE_OCAML
4
5
lvs: lvs.ml
6
$(OCAMLFIND) ocamlopt -I .. mlguestfs.cmxa $< -o $@
7
8
CLEANFILES = *.cmi *.cmo *.cmx *.o lvs
9
10
endif