aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-23 10:15:37 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-23 10:15:37 +0000
commitf7bfd7b2e5b8e2a9ae9128d1058980e55ea649ac (patch)
tree3d428355c4f1ff4f7d401d3cf4c7eb91a27b97b3 /Makefile.common
parente48383e941b43794381dd60914382f9a7b7d4a06 (diff)
From Yuriy Sidelnikov: call ACSE dissector for any presentation context.
svn path=/trunk/; revision=9805
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 8276b2453e..129aa8fb5a 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.2 2004/01/22 07:14:36 obiot Exp $
+# $Id: Makefile.common,v 1.3 2004/01/23 10:15:37 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
DISSECTOR_SRC = \
packet-aarp.c \
packet-acap.c \
+ packet-acse.c \
packet-afp.c \
packet-afs.c \
packet-aim.c \