Fix detection of optional libvirt support in virt-inspector.
[libguestfs.git] / Makefile.am
index 55b20ba..142cf3e 100644 (file)
@@ -17,7 +17,8 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src daemon appliance fish po examples images capitests
+SUBDIRS = src daemon appliance fish po examples images \
+       capitests regressions
 
 if HAVE_OCAML
 SUBDIRS += ocaml
@@ -59,7 +60,8 @@ EXTRA_DIST = \
        contrib/README \
        contrib/febootstrap/install.title \
        contrib/febootstrap/install.html \
-       contrib/febootstrap/install.sh
+       contrib/febootstrap/install.sh \
+       bindtests
 
 # Manual pages.
 # guestfs-actions.pod and guestfs-structs are autogenerated.  There is
@@ -126,7 +128,7 @@ HTMLFILES = html/guestfs.3.html html/guestfish.1.html \
 
 TEXTFILES = README TODO HACKING
 
-WEBSITEDIR = $(HOME)/d/redhat/et-website/libguestfs
+WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
 
 website: $(HTMLFILES) $(TEXTFILES)
        cp $(HTMLFILES) $(WEBSITEDIR)