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>
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@ \