• L
    build: fix "make rpm" · 86d56e31
    Laine Stump 提交于
    make rpm was failing with the following error:
    
    Entering directory `/home/laine/devel/libvirt/tests'
    make[2]: *** No rule to make target `viratomicdata.h',
                 needed by `distdir'.  Stop.
    
    viratomicdata.h is listed in tests/Makefile.am as a dependency of
    viratomictest, but doesn't exist, is never referenced, and removing
    that dependency permits make rpm to complete successfully.
    86d56e31
Makefile.am 13.8 KB