aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-16 02:25:48 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-16 02:25:48 +0000
commit54fa1d944ae5a5d78512f2caf5a3086fd41cb1bc (patch)
tree035436d04029ee067b123a1959c5de7d091cb802 /Makefile.am
parent54034c6ecc700172f920e96c22c801de2970da0b (diff)
XDMCP support, from Pasi Eronen.
svn path=/trunk/; revision=4951
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e40b8c46b2..ff27376e29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.415 2002/03/11 01:48:08 guy Exp $
+# $Id: Makefile.am,v 1.416 2002/03/16 02:25:48 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -297,6 +297,7 @@ DISSECTOR_SRC = \
packet-wtp.c \
packet-x11.c \
packet-x25.c \
+ packet-xdmcp.c \
packet-xot.c \
packet-yhoo.c \
packet-ypbind.c \