X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=452a0368a9baabe663d9021fe4523028fe8114c8;hp=b4df8a86ab62516dd96251f3109d8720ad66eacb;hb=fa7c8bb79b45aecdf65ed93635a42f3fdf301134;hpb=252bf70225e95dcd4b254d8bcfa8e9cb5251f11b diff --git a/Makefile.am b/Makefile.am index b4df8a8..452a036 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,9 @@ endif if HAVE_JAVA SUBDIRS += java endif +if HAVE_INSPECTOR +SUBDIRS += inspector +endif EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ @@ -70,13 +73,16 @@ $(INITRAMFSIMG) $(VMLINUZ): initramfs/fakeroot.log initramfs/fakeroot.log: make-initramfs.sh.in -mv $(INITRAMFSIMG) $(INITRAMFSIMG).bak -mv $(VMLINUZ) $(VMLINUZ).bak - if ! bash $(builddir)/make-initramfs.sh; then rm -f $@; exit 1; fi + if ! bash $(top_builddir)/make-initramfs.sh; then rm -f $@; exit 1; fi $(INITRAMFSIMG): initramfs/fakeroot.log daemon/guestfsd rm -f $@ - bash $(builddir)/update-initramfs.sh + bash $(top_builddir)/update-initramfs.sh touch $@ +make-initramfs.sh: make-initramfs.sh.in + ./config.status $@ + # Tests. These are auto-generated from the test descriptions. check_PROGRAMS = tests @@ -148,7 +154,9 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar sh make-recipes.sh recipes/*.sh > $@-t mv $@-t $@ -website: html/guestfs.3.html html/guestfish.1.html html/recipes.html +website: html/guestfs.3.html html/guestfish.1.html \ + html/virt-inspector.1.html \ + html/recipes.html cp $^ html/pod.css html/recipes.css \ $(HOME)/d/redhat/et-website/libguestfs/ @@ -189,11 +197,11 @@ test-boot-realistic: emptydisk -serial stdio \ -net channel,6666:unix:/tmp/sock,server,nowait \ -net user,vlan=0 \ - -net nic,vlan=0 + -net nic,model=virtio,vlan=0 # Make clean. -CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ recipes/*~ +CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp clean-local: rm -rf initramfs