aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-27 01:35:25 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-27 01:35:25 +0000
commit580a8706eb7e304df08e8ef7910b9f4246625d2c (patch)
treed69aa131e4cd95fee46552632cebd1978b8644a3 /Makefile.common
parent13147843baa253ed7eed1f9fb742e2001a8f36fd (diff)
From Alastair Maw: IAX2 support.
svn path=/trunk/; revision=9875
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 2bd8784a7f..3cf245f89f 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.5 2004/01/27 00:20:37 obiot Exp $
+# $Id: Makefile.common,v 1.6 2004/01/27 01:35:25 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -199,6 +199,7 @@ DISSECTOR_SRC = \
packet-http.c \
packet-hyperscsi.c \
packet-iapp.c \
+ packet-iax2.c \
packet-ib.c \
packet-icap.c \
packet-icmpv6.c \