]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix distdir with wireshark disabled
authorCole Robinson <crobinso@redhat.com>
Tue, 12 Jan 2016 20:56:42 +0000 (15:56 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 13 Jan 2016 14:41:35 +0000 (09:41 -0500)
commite20dd2a4fd958900ea76d1e8e1890d2d93ebdcd8
tree80463a958d07c6005b8d764265776a18b2453bec
parente988ba94aa5e2db450bd11585101cd93795eb116
build: fix distdir with wireshark disabled

Even though the Makefile has WITH_WIRESHARK guards, the _SOURCES
variables are still processed when adding bits to the dist archive.

plugin.c is a generated file that is only built when wireshark is
enabled and it shouldn't be distributed, so use 'nodist'
tools/Makefile.am