aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-26 02:10:46 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-26 02:10:46 +0000
commit249dae2798e74b3b36543edcdd0ec4042df5b8bf (patch)
tree27a2fb33ccfe0600b24e074310f1292709262fee /Makefile.common
parent6a50974a92f06d92429d61bad96ab3205c5affad (diff)
Include packet-sip.h in the release.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10496 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 07520908ea..6990acb472 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.35 2004/03/23 21:19:55 guy Exp $
+# $Id: Makefile.common,v 1.36 2004/03/26 02:10:46 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -167,6 +167,7 @@ DISSECTOR_INCLUDES = \
packet-scsi.h \
packet-sctp.h \
packet-ses.h \
+ packet-sip.h \
packet-sll.h \
packet-smb-browse.h \
packet-smb-common.h \