
13 Jan
2016
13 Jan
'16
1:37 p.m.
On 12.01.2016 23:20, Cole Robinson wrote:
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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK and safe for freeze. Michal