• W
    build: probes.d and libvirtd.stp should be part of tarball · a1b962ad
    Wen Congyang 提交于
    Steps to reproduce this problem:
    1. # ./autogen.sh --without-libvirtd
    2. # make dist
    3. # rpmbuild --nodeps --define "_sourcedir `pwd`" -ba libvirt.spec
       ...
       make[2]: Entering directory `/home/wency/rpmbuild/BUILD/libvirt-0.9.1/daemon'
       make[2]: *** No rule to make target `probes.d', needed by `probes.h'.  Stop.
       make[2]: Leaving directory `/home/wency/rpmbuild/BUILD/libvirt-0.9.1/daemon'
       make[1]: *** [all-recursive] Error 1
       make[1]: Leaving directory `/home/wency/rpmbuild/BUILD/libvirt-0.9.1'
       make: *** [all] Error 2
       error: Bad exit status from /var/tmp/rpm-tmp.WkAD7a (%build)
    a1b962ad
Makefile.am 10.2 KB