summaryrefslogtreecommitdiffstats
path: root/virt-df/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'virt-df/Makefile.in')
-rw-r--r--virt-df/Makefile.in8
1 files changed, 8 insertions, 0 deletions
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