aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-04-05 21:54:41 +0000
committerGuy Harris <guy@alum.mit.edu>1999-04-05 21:54:41 +0000
commitee80616a8cd2f45731e0cebc1ef83265f469e7e4 (patch)
treecb9c2f6f810dab1546d1ce33ac726629495b6dd3 /Makefile.am
parentacecc4edf50036d0d24a45613725e287589a30ac (diff)
FTP, POP, and Telnet support from Richard Sharpe.
svn path=/trunk/; revision=237
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 07423d8a45..8387062205 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,7 @@ ethereal_SOURCES = \
packet-data.c \
packet-dns.c \
packet-eth.c \
+ packet-ftp.c \
packet-fddi.c \
packet-giop.c \
packet-http.c \
@@ -39,10 +40,12 @@ ethereal_SOURCES = \
packet-null.c \
packet-osi.c \
packet-ospf.c \
+ packet-pop.c \
packet-ppp.c \
packet-raw.c \
packet-rip.c \
packet-tcp.c \
+ packet-telnet.c \
packet-tftp.c \
packet-tr.c \
packet-trmac.c \