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 <gerald@wireshark.org>
Reviewed-by: Ed Beroset <beroset@ieee.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2018-03-07 16:57:40 +00:00
parent 692cef88c7
commit 3132a50448
1 changed files with 10 additions and 9 deletions

View File

@ -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@ \
@editcap_bin@ \
@randpkt_bin@ \
@dumpcap_bin@ \
@reordercap_bin@ \
@editcap_bin@ \
@mergecap_bin@ \
@mmdbresolve_bin@ \
@sharkd_bin@
@randpkt_bin@ \
@rawshark_bin@ \
@reordercap_bin@ \
@sharkd_bin@ \
@text2pcap_bin@ \
@tfshark_bin@ \
@tshark_bin@ \
@wireshark_bin@
noinst_PROGRAMS = \
@dftest_bin@ \