]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix "make rpm"
authorLaine Stump <laine@laine.org>
Fri, 3 Aug 2012 04:47:38 +0000 (00:47 -0400)
committerLaine Stump <laine@laine.org>
Fri, 3 Aug 2012 14:38:24 +0000 (10:38 -0400)
commit86d56e31045d528b6b388b2bd16392beee8b12f4
treecbc044d5c8c3d46512164724831c7a341a791ccc
parent554612c104b94a44ba2b1b79c94d69145f01d817
build: fix "make rpm"

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.
tests/Makefile.am