aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-05-19 14:06:47 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-05-19 14:08:40 +0200
commit457aa61325c49ca76f609073d2f8fdc1fc59497d (patch)
tree6af2b58c56e91e64a05abffa0f5fe2f8b201fcf1
parentf2d84366a864f7b41f59ef47334f6a53aa914b32 (diff)
downloadlibpcap-457aa61325c49ca76f609073d2f8fdc1fc59497d.tar.gz
testprogs/Makefile.in: Sort the source files alphabetically
-rw-r--r--testprogs/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/testprogs/Makefile.in b/testprogs/Makefile.in
index 7b91b32c..43af561e 100644
--- a/testprogs/Makefile.in
+++ b/testprogs/Makefile.in
@@ -80,11 +80,11 @@ INSTALL_DATA = @INSTALL_DATA@
$(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
SRC = @VALGRINDTEST_SRC@ \
- capturetest.c \
can_set_rfmon_test.c \
+ capturetest.c \
filtertest.c \
- findalldevstest.c \
findalldevstest-perf.c \
+ findalldevstest.c \
opentest.c \
reactivatetest.c \
selpolltest.c \