]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Makefile.in: Add instrument-functions.o in CLEANFILES
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 1 Mar 2023 13:54:20 +0000 (14:54 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 1 Mar 2023 13:54:42 +0000 (14:54 +0100)
It is not in LIBNETDISSECT_OBJ because it is optionally built.

[skip ci]

Makefile.in

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