X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-df%2FMakefile.in;fp=virt-df%2FMakefile.in;h=4fb088c1212f050290c734f5be8e90deee74a7b3;hp=4a56d2d381b509f5d6413c0d13ef38137725b4e8;hb=81294675f6a5058a3381871f1dc99c806922d77c;hpb=b9320ec4678a8a7bb88a8b8aa72805b79ce48daf diff --git a/virt-df/Makefile.in b/virt-df/Makefile.in index 4a56d2d..4fb088c 100644 --- a/virt-df/Makefile.in +++ b/virt-df/Makefile.in @@ -39,6 +39,9 @@ OBJS := \ virt_df.cmo \ virt_df_ext2.cmo \ virt_df_linux_swap.cmo \ + virt_df_lvm2_metadata.cmo \ + virt_df_lvm2_parser.cmo \ + virt_df_lvm2_lexer.cmo \ virt_df_lvm2.cmo \ virt_df_mbr.cmo \ virt_df_main.cmo @@ -82,6 +85,11 @@ virt-df.opt: $(XOBJS) $(OCAMLOPTPACKAGES) $(OCAMLOPTFLAGS) $(OCAMLOPTLIBS) \ ../libvirt/mllibvirt.cmxa -o $@ $^ +# 'make depend' doesn't catch these dependencies because the .mli file +# is auto-generated. +virt_df_lvm2_parser.cmo: virt_df_lvm2_parser.mli +virt_df_lvm2_parser.cmx: virt_df_lvm2_parser.mli + # Manual page. ifeq ($(HAVE_PERLDOC),perldoc) virt-df.1: virt-df.pod