summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-06 13:26:15 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-04-02 16:15:50 +0200
commit39cb15e19984c50d3c9321fa41d18971fcd11f0c (patch)
tree624f5998bc40069ee74d37d9eafc9fd8980f51a3
parentf09ba3ed6ea97ce5a33728f78e64c64cfa9c7810 (diff)
downloadtcpdump-39cb15e19984c50d3c9321fa41d18971fcd11f0c.tar.gz
Makefile.in: Remove print-pflog.c from EXTRA_DIST and TAGFILES
It is now in LIBNETDISSECT_SRC because it is no longer built as an option. (cherry picked from commit 01f8d84898ebaf192095066d04daec1f6eb6b0f1) [skip ci]
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1470319c..1bdeb514 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -327,7 +327,7 @@ TAGHDR = \
/usr/include/netinet/in.h
TAGFILES = $(SRC) $(HDR) $(TAGHDR) $(LIBNETDISSECT_SRC) \
- print-pflog.c print-smb.c smbutil.c
+ print-smb.c smbutil.c
CLEANFILES = $(PROG) $(OBJ) $(LIBNETDISSECT_OBJ) print-smb.o smbutil.o
@@ -378,7 +378,6 @@ EXTRA_DIST = \
missing/strsep.c \
mkdep \
packetdat.awk \
- print-pflog.c \
print-smb.c \
send-ack.awk \
smbutil.c \