Don't show empty CD devices (RHBZ#514505).
[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