• W
    build: generate files when building without libvirtd · 7ed95b2c
    Wen Congyang 提交于
    Steps to reproduce this problem:
    1. # ./autogen.sh --without-libvirtd
    2. # make dist
       ...
       make[1]: Entering directory `/home/wency/source/libvirt-nodaemon/daemon'
       make[1]: *** No rule to make target `remote_dispatch_prototypes.h', needed by `distdir'.  Stop.
       make[1]: Leaving directory `/home/wency/source/libvirt-nodaemon/daemon'
       make: *** [distdir] Error 1
    7ed95b2c
Makefile.am 10.2 KB