X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=8fed9ec1fbe1b53bb91fff1c4f12eccdc49c500c;hb=6cd965e007f65d6e62872c6ddd782f1de06046e3;hp=258cebee14e7588242ee14283f2974a6aacae28e;hpb=f5034ceb5b7ec349ae19a8abdeec85835183d8ea;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 258cebe..8fed9ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,6 @@ endif if HAVE_INSPECTOR SUBDIRS += inspector endif -if HAVE_V2V -SUBDIRS += v2v -endif if HAVE_DF SUBDIRS += df endif @@ -136,7 +133,6 @@ HTMLFILES = html/guestfs.3.html html/guestfish.1.html \ html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-inspector.1.html \ - html/virt-v2v.1.html \ html/recipes.html \ html/pod.css html/recipes.css @@ -160,6 +156,8 @@ all-local: find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ grep -v 'perl/blib/' | \ grep -v 'capitests/' | \ + grep -v 'daemon/lib/' | \ + grep -v 'daemon/tests/' | \ grep -v 'examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \