From ad76b31c3f26ab1427920936b22ee0d8fcdc8d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 4 Feb 2018 10:22:58 +0000 Subject: Don't install test programs (fuzzshark and dftest) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These binaries are not intended for end-users. Change-Id: I1e1ecd7424bbbe1b2935390e2daf7e3f1089ee28 Reviewed-on: https://code.wireshark.org/review/25594 Reviewed-by: Martin Kaiser Petri-Dish: Martin Kaiser Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1efba7ef54..66c71e9b88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,11 +41,13 @@ bin_PROGRAMS = \ @captype_bin@ \ @editcap_bin@ \ @randpkt_bin@ \ - @dftest_bin@ \ @dumpcap_bin@ \ @reordercap_bin@ \ @rawshark_bin@ \ - @sharkd_bin@ \ + @sharkd_bin@ + +noinst_PROGRAMS = \ + @dftest_bin@ \ @fuzzshark_bin@ EXTRA_PROGRAMS = wireshark-gtk wireshark tshark tfshark capinfos captype \ -- cgit v1.2.3