aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-09-17 03:12:28 +0000
committerGerald Combs <gerald@wireshark.org>1998-09-17 03:12:28 +0000
commit5110b21fd8cba19554f0c4f7a52e96af3acf4927 (patch)
tree2f123f7fccaa41be86444a370706bb390d0a6ca8 /Makefile.am
parent3ad9f399156ea5af0864455e042a43727cac715d (diff)
* Added Mike Hall's TCP reconstruction code.
svn path=/trunk/; revision=10
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 74e1f2c017..d25e3341c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ ethereal_SOURCES = \
ethertype.c \
file.c \
filter.c \
+ follow.c \
menu.c \
packet.c \
packet-arp.c \
@@ -40,6 +41,7 @@ ethereal_SOURCES = \
etypes.h \
file.h \
filter.h \
+ follow.h \
menu.h \
packet.h \
packet-ipv6.h \