aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-16 02:25:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-16 02:25:48 +0000
commit8a7d190ee0a8ea8ca2cbcbcfd20df05f1700154d (patch)
tree035436d04029ee067b123a1959c5de7d091cb802 /Makefile.am
parentb3c5cda5657361d4f277ee2dcbe3334ae94e28f9 (diff)
XDMCP support, from Pasi Eronen.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4951 f5534014-38df-0310-8fa8-9805f1628bb7
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 \