aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-07 00:34:58 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-07 00:34:58 +0000
commitb547681d563bdaeece9f62ae43da5ab2ae93d953 (patch)
treec073c6e4a3438a5dcc8ccfe3ec9c26b292fadb63 /Makefile.am
parentbec7c4afe520dde06fdf82050ec9ac058f7335bd (diff)
Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) inside
RTSP, from Jason Lango <jal@netapp.com>. svn path=/trunk/; revision=340
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 7228a22e82..e9ae9d17a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,6 +70,8 @@ ethereal_SOURCES = \
packet-rip.h \
packet-rsvp.c \
packet-rsvp.h \
+ packet-rtsp.c \
+ packet-sdp.c \
packet-smb.c \
packet-tcp.c \
packet-telnet.c\