diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-07-07 22:48:55 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-07-07 22:48:55 +0000 |
commit | 19e0e3dc85c35f3780be38b80c6cf46976686e3c (patch) | |
tree | 2fe44ac656f623459ec40b259fc13056c31256b3 /Makefile.am | |
parent | ecb79f8973a31904510724c708c06de9cf87a925 (diff) | |
download | wireshark-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.am | 3 |
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 \ |