aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-07 16:57:40 +0000
committerGerald Combs <gerald@wireshark.org>2018-03-07 19:18:19 +0000
commit3132a504489944b41522125f8e7aaba8ae50a66f (patch)
tree0026cfd9139e8675b62c316852786dd31489d7b8
parent692cef88c7f68af53e9487e3e2264de8d98b230b (diff)
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>
-rw-r--r--Makefile.am17
1 files changed, 9 insertions, 8 deletions
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@ \