aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-02-11 20:23:20 +0000
committerJörg Mayer <jmayer@loplof.de>2004-02-11 20:23:20 +0000
commitfaf27fecc623916af3b98f462846dda2696763ca (patch)
tree3495b06b51c06a24801d343d6e7d083cce7a5a7a /Makefile.common
parent2df960325a9f8eb0530ab0c2c5d04f1321d21f53 (diff)
Christian Wagner: Support for the Soul Seek P2P protocol
svn path=/trunk/; revision=10039
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 \