summaryrefslogtreecommitdiffstats
path: root/ocaml/examples/Makefile.am
blob: abe6cdf37bd5e7fbaa72aa3d67c7d5fa115a75c6 (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