Fix OSX 10.5 autotools package for missing sshdump

Make sshdump addition to the package conditional depending on whether
it is actually built.

Change-Id: Ifeaa134fdb3dcd88e48ff0c796f0c21c804eba77
Reviewed-on: https://code.wireshark.org/review/12023
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2015-11-21 23:29:18 +00:00
parent a648921027
commit 2c74679a75
1 changed files with 5 additions and 1 deletions

View File

@ -60,8 +60,12 @@ binary_list="
text2pcap
tshark
extcap/androiddump
extcap/sshdump
"
if [ -x "extcap/sshdump" ]; then
binary_list="$binary_list extcap/sshdump"
fi
cs_binary_list=
# Location for libraries (macosx-setup.sh defaults to whatever the