diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-05-22 18:09:36 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-05-22 18:09:36 +0000 |
commit | b23955a89b9bea8aaba06d6a4628ca9a25bc23a1 (patch) | |
tree | 00b69d6f1fb63e48e6ac5738de6a2edb03002589 /Makefile.am | |
parent | b5a66969464307679a13c65246ae59b17af585c3 (diff) | |
download | wireshark-b23955a89b9bea8aaba06d6a4628ca9a25bc23a1.tar.gz wireshark-b23955a89b9bea8aaba06d6a4628ca9a25bc23a1.tar.bz2 wireshark-b23955a89b9bea8aaba06d6a4628ca9a25bc23a1.zip |
EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.
svn path=/trunk/; revision=1994
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 da18174cea..d3bf361f97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.198 2000/05/15 06:48:08 gram Exp $ +# $Id: Makefile.am,v 1.199 2000/05/22 18:09:33 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -170,6 +170,7 @@ noinst_HEADERS = \ packet-clnp.h \ packet-ddtp.h \ packet-dns.h \ + packet-eigrp.h \ packet-esis.h \ packet-eth.h \ packet-fddi.h \ |