]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Makefile.in: Add print-smb.o and smbutil.o in CLEANFILES
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 1 Mar 2023 09:04:20 +0000 (10:04 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 1 Mar 2023 09:19:23 +0000 (10:19 +0100)
They are not in LIBNETDISSECT_OBJ because they are optionally built.

[skip ci]

Makefile.in

index 9d03c21b91fa929a50d07b30b45302eb631f27d0..15b7e588a4ec803f71e4e91da333d1148779e18a 100644 (file)
@@ -328,7 +328,7 @@ TAGHDR = \
 TAGFILES = $(SRC) $(HDR) $(TAGHDR) $(LIBNETDISSECT_SRC) \
        print-smb.c smbutil.c
 
-CLEANFILES = $(PROG) $(OBJ) $(LIBNETDISSECT_OBJ)
+CLEANFILES = $(PROG) $(OBJ) $(LIBNETDISSECT_OBJ) print-smb.o smbutil.o
 
 EXTRA_DIST = \
        CHANGES \