aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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@ \