aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-01-17 16:14:46 +0100
committerGuy Harris <gharris@sonic.net>2022-03-19 17:43:35 -0700
commit1ca21fa37a98aeeb3e88e184c6f5150771d54e3d (patch)
tree33530ea43e14d5f4709f3b451412797dbe1b1c82 /Makefile.in
parent874299e3a1efb189e280d1f556d5730a49645291 (diff)
downloadtcpdump-1ca21fa37a98aeeb3e88e184c6f5150771d54e3d.tar.gz
Makefile.in: Sort the files in EXTRA_DIST
(backported from commit 0153755fe7f102363cb25da1d18931cc0973c36c)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index f7679d6e..8d380c11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -330,23 +330,23 @@ CLEANFILES = $(PROG) $(OBJ) $(LIBNETDISSECT_OBJ)
EXTRA_DIST = \
CHANGES \
+ CMakeLists.txt \
CONTRIBUTING \
CREDITS \
- CMakeLists.txt \
INSTALL.txt \
LICENSE \
- Makefile.in \
Makefile-devel-adds \
+ Makefile.in \
README.md \
VERSION \
aclocal.m4 \
atime.awk \
bpf_dump.c \
- cmake_uninstall.cmake.in \
- cmakeconfig.h.in \
cmake/Modules/FindCRYPTO.cmake \
cmake/Modules/FindPCAP.cmake \
cmake/Modules/FindSMI.cmake \
+ cmake_uninstall.cmake.in \
+ cmakeconfig.h.in \
config.guess \
config.h.in \
config.sub \
@@ -359,10 +359,10 @@ EXTRA_DIST = \
lbl/os-sunos4.h \
lbl/os-ultrix4.h \
makemib \
- missing/dlnames.c \
missing/datalinks.c \
- missing/getopt_long.h \
+ missing/dlnames.c \
missing/getopt_long.c \
+ missing/getopt_long.h \
missing/getservent.c \
missing/pcap_dump_ftell.c \
missing/snprintf.c \