summaryrefslogtreecommitdiffstats
path: root/ocaml/examples/Makefile.am
blob: 48191e78d41521683690384a96d6851aa7de6b57 (plain)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST = LICENSE README lvs.ml

if HAVE_OCAML

lvs:	lvs.ml
	$(OCAMLFIND) ocamlopt -I .. mlguestfs.cmxa $< -o $@

CLEANFILES = *.cmi *.cmo *.cmx *.o *~ lvs

endif