Version 2.1.0.
[virt-df.git] / virt-df / Makefile.in
index f140f14..42033a4 100644 (file)
@@ -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.