X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-df%2FMakefile.in;h=42033a477f715bd0d75fa6fdb6379997fb5f8df9;hb=f38f6e2328265da41959518eadbc6a460edfd8b5;hp=f140f14098bc685bfca5e13941f06cfd462b644e;hpb=7ad89902cab806330bda56e283ff1c79686d68ca;p=virt-df.git diff --git a/virt-df/Makefile.in b/virt-df/Makefile.in index f140f14..42033a4 100644 --- a/virt-df/Makefile.in +++ b/virt-df/Makefile.in @@ -1,4 +1,5 @@ # virt-df +# @configure_input@ # Copyright (C) 2007-2008 Red Hat Inc., Richard W.M. Jones # # This program is free software; you can redistribute it and/or modify @@ -34,6 +35,10 @@ ifneq ($(pkg_gettext),no) OCAMLCPACKAGES += -package gettext-stub endif +OCAMLDOCFLAGS := -I +extlib -I +bitmatch -I +libvirt -I +xml-light \ + -I +csv -I +gettext -I +gettext-stub -I ../lib +OCAMLDOCFILES := $(wildcard *.mli) $(wildcard *.ml) + #---------------------------------------------------------------------- # Build up the list of object files.