aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-07 22:48:55 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-07 22:48:55 +0000
commit19e0e3dc85c35f3780be38b80c6cf46976686e3c (patch)
tree2fe44ac656f623459ec40b259fc13056c31256b3 /Makefile.am
parentecb79f8973a31904510724c708c06de9cf87a925 (diff)
downloadwireshark-19e0e3dc85c35f3780be38b80c6cf46976686e3c.tar.gz
wireshark-19e0e3dc85c35f3780be38b80c6cf46976686e3c.tar.bz2
wireshark-19e0e3dc85c35f3780be38b80c6cf46976686e3c.zip
From Brad Hards: Jabber client-to-server protocol support.
svn path=/trunk/; revision=7975
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 1c16a6c8ed..2ed51692aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.595 2003/06/26 18:21:29 guy Exp $
+# $Id: Makefile.am,v 1.596 2003/07/07 22:48:54 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -254,6 +254,7 @@ DISSECTOR_SRC = \
packet-isns.c \
packet-isup.c \
packet-iua.c \
+ packet-jabber.c \
packet-kadm5.c \
packet-kerberos.c \
packet-klm.c \