]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Makefile.in: Remove print-pflog.c from EXTRA_DIST and TAGFILES
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 6 Feb 2023 12:26:15 +0000 (13:26 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 7 Feb 2023 21:34:26 +0000 (22:34 +0100)
It is now in LIBNETDISSECT_SRC because it is no longer built as an
option.

[skip ci]

Makefile.in

index 615e09d4e0939a445b07f55b7f6ba8bd479e5f42..0c403619276ae20e509fbb76468822b127f4907a 100644 (file)
@@ -328,7 +328,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)
 
@@ -378,7 +378,6 @@ EXTRA_DIST = \
        missing/strsep.c \
        mkdep \
        packetdat.awk \
-       print-pflog.c \
        print-smb.c \
        send-ack.awk \
        smbutil.c \