X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=68934b9f9d16ad0a48c51c2e77935b4d2c45de59;hp=fb1d42bab99679f0c2548fcc8309e392caceeff3;hb=fd99b96c973a1a60060b2585a9b74b360f4738c4;hpb=b6d5c9e646d0aa18699a88d02ed9205380553b65 diff --git a/Makefile.am b/Makefile.am index fb1d42b..68934b9 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,11 +73,11 @@ $(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 $@ # Tests. These are auto-generated from the test descriptions. @@ -193,7 +196,7 @@ test-boot-realistic: emptydisk # Make clean. -CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ +CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ recipes/*~ clean-local: rm -rf initramfs