aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2001-12-27 05:24:20 +0000
committerAshok Narayanan <ashokn@cisco.com>2001-12-27 05:24:20 +0000
commite70d85c80b0282d7842a343d77cc31969b4cd07c (patch)
tree3184e8f69928cc654bdc4e35acecad4764eaddb2 /Makefile.am
parent3a0b573c9c3517a6214d073095f8dcc261501d3d (diff)
Adds support for the data protocol used by the SliMP3 embedded MP3
player. See www.slimdevices.com for details. svn path=/trunk/; revision=4453
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 01c30cbf35..192cb9970c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.401 2001/12/26 21:17:49 guy Exp $
+# $Id: Makefile.am,v 1.402 2001/12/27 05:24:20 ashokn Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -242,6 +242,7 @@ DISSECTOR_SRC = \
packet-sdp.c \
packet-sip.c \
packet-skinny.c \
+ packet-slimp3.c \
packet-sll.c \
packet-smb.c \
packet-smb-browse.c \