summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-29 11:10:53 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-29 11:18:22 +0200
commit52d1befa620cf336fff20334e434519b4d58e796 (patch)
tree0159c6e2b492d690937362b9f604f0ace95646c0 /Makefile.in
parentddefbd82c9b42b1feb26144d3228acef45abce9e (diff)
downloadtcpdump-52d1befa620cf336fff20334e434519b4d58e796.tar.gz
Makefile.in: Add some source files in TAGFILES
they are not in LIBNETDISSECT_SRC because they are optionally built. [skip ci]
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 547528e9..131f62f8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -321,7 +321,8 @@ TAGHDR = \
/usr/include/netinet/udp.h \
/usr/include/protocols/routed.h
-TAGFILES = $(SRC) $(HDR) $(TAGHDR) $(LIBNETDISSECT_SRC)
+TAGFILES = $(SRC) $(HDR) $(TAGHDR) $(LIBNETDISSECT_SRC) \
+ print-pflog.c print-smb.c smbutil.c
CLEANFILES = $(PROG) $(OBJ) $(GENSRC) $(LIBNETDISSECT_OBJ)