]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Makefile.in: Sort the files in EXTRA_DIST
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 17 Jan 2022 15:14:46 +0000 (16:14 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 17 Jan 2022 15:15:41 +0000 (16:15 +0100)
Makefile.in

index 8bfcae40746f9d9d1f6e5d958cd8465d57de464f..2515e661d395884ed8cdf7aa932547d10f8cd80d 100644 (file)
@@ -332,23 +332,23 @@ CLEANFILES = $(PROG) $(OBJ) $(LIBNETDISSECT_OBJ)
 
 EXTRA_DIST = \
        CHANGES \
+       CMakeLists.txt \
        CONTRIBUTING \
        CREDITS \
-       CMakeLists.txt \
        INSTALL.md \
        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 \
@@ -361,10 +361,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 \