From 5bb94bb36ef2f4b04287091043b302dd3399d691 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Wed, 1 Mar 2023 14:54:20 +0100 Subject: Makefile.in: Add instrument-functions.o in CLEANFILES It is not in LIBNETDISSECT_OBJ because it is optionally built. [skip ci] --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 15b7e588..8d5b2534 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- cgit v1.2.1