aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-11 20:23:20 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-11 20:23:20 +0000
commit740074e00376082a6319cb6ac8307200c5cd4ffd (patch)
tree3495b06b51c06a24801d343d6e7d083cce7a5a7a /Makefile.common
parentf53e910aab5f3e0ff5487b9dbc80659291ded0dd (diff)
Christian Wagner: Support for the Soul Seek P2P protocol
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10039 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ca05512d68..e9583a1537 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.13 2004/02/11 04:19:02 guy Exp $
+# $Id: Makefile.common,v 1.14 2004/02/11 20:23:19 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -369,6 +369,7 @@ DISSECTOR_SRC = \
packet-slimp3.c \
packet-sll.c \
packet-slowprotocols.c \
+ packet-slsk.c \
packet-smb-browse.c \
packet-smb-common.c \
packet-smb-logon.c \