aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-23 05:02:16 +0000
committerJoão Valverde <j@v6e.pt>2016-03-23 05:04:42 +0000
commitd30904567b846f00caa6a4b0244e4522a00a3e55 (patch)
tree141664e51fc690a6c105a6aa96cce58034bfc652 /configure.ac
parent74cf25e9101dbc29142d63c3ecca812c2a53ab37 (diff)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cf3a5384d5..d81988298d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=""