Set missing manpages in configure.ac

Change-Id: I09cea974f1da7a37bf633fd8f5eae30382f18628
Reviewed-on: https://code.wireshark.org/review/14581
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-03-23 05:02:16 +00:00 committed by João Valverde
parent 74cf25e910
commit d30904567b
1 changed files with 2 additions and 2 deletions

View File

@ -3004,7 +3004,7 @@ fi
if test "x$enable_androiddump" = "xyes" ; then
androiddump_bin="androiddump\$(EXEEXT)"
androiddump_man=""
androiddump_man="androiddump.1"
else
androiddump_bin=""
androiddump_man=""
@ -3065,7 +3065,7 @@ fi
if test "x$enable_randpktdump" = "xyes" ; then
randpktdump_bin="randpktdump\$(EXEEXT)"
randpktdump_man=""
randpktdump_man="randpktdump.1"
else
randpktdump_bin=""
randpktdump_man=""