From: Gerald Combs Date: Wed, 7 Mar 2018 16:57:40 +0000 (+0000) Subject: Autotools: Build rawshark. X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=3132a504489944b41522125f8e7aaba8ae50a66f;ds=sidebyside Autotools: Build rawshark. a1da75c554 inadvertently removed rawshark from bin_PROGRAMS. Add it back. Sort bin_PROGRAMS while we're here. Change-Id: I6f71b43efd52ed116ea5fb9567b7ff1a94db58c7 Reviewed-on: https://code.wireshark.org/review/26340 Petri-Dish: Gerald Combs Reviewed-by: Ed Beroset Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- diff --git a/Makefile.am b/Makefile.am index f90fda4c32..330e661234 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,19 +32,20 @@ COMMONCPPFLAGS = AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(COMMONCPPFLAGS) bin_PROGRAMS = \ - @wireshark_bin@ \ - @tshark_bin@ \ - @tfshark_bin@ \ - @text2pcap_bin@ \ - @mergecap_bin@ \ @capinfos_bin@ \ @captype_bin@ \ + @dumpcap_bin@ \ @editcap_bin@ \ + @mergecap_bin@ \ + @mmdbresolve_bin@ \ @randpkt_bin@ \ - @dumpcap_bin@ \ + @rawshark_bin@ \ @reordercap_bin@ \ - @mmdbresolve_bin@ \ - @sharkd_bin@ + @sharkd_bin@ \ + @text2pcap_bin@ \ + @tfshark_bin@ \ + @tshark_bin@ \ + @wireshark_bin@ noinst_PROGRAMS = \ @dftest_bin@ \