X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=da44e9c65d2fa07f8d387ae395823714b477716c;hb=387659e02777e9098f58f1d4afaa6b8ce561663c;hp=52776e0ddc81d779a869530184a2aeeff9f45c5e;hpb=9b1c8e53eaa6fb79ee801e3014793618b977857d;p=ocaml-libvirt.git diff --git a/Makefile.in b/Makefile.in index 52776e0..da44e9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ MAKENSIS = @MAKENSIS@ OCAMLDOC = @OCAMLDOC@ OCAMLDOCFLAGS := -html -sort -SUBDIRS = @subdirs@ +SUBDIRS = libvirt mlvirsh examples all opt depend install: for d in $(SUBDIRS); do \ @@ -40,9 +40,6 @@ clean: rm -f examples/list_domains rm -f examples/node_info rm -f mlvirsh/mlvirsh - rm -f virt-ctrl/virt-ctrl - rm -f virt-top/virt-top - rm -f virt-df/virt-df distclean: clean rm -f config.h config.log config.status configure @@ -53,9 +50,6 @@ distclean: clean rm -f libvirt/Makefile rm -f examples/Makefile rm -f mlvirsh/Makefile - rm -f virt-ctrl/Makefile - rm -f virt-top/Makefile - rm -f virt-df/Makefile # Developer documentation (in html/ subdirectory).