diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-04-25 23:58:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-04-25 23:58:02 +0000 |
commit | 9469b47866ed834b376cbd458309442759a0c4c2 (patch) | |
tree | d6384693c6891873d95c7eb16183740e12001b0a /Makefile.am | |
parent | 10c5587bac921680fc7cb7a3e803285b941857ff (diff) | |
download | wireshark-9469b47866ed834b376cbd458309442759a0c4c2.tar.gz wireshark-9469b47866ed834b376cbd458309442759a0c4c2.tar.bz2 wireshark-9469b47866ed834b376cbd458309442759a0c4c2.zip |
ATP, ASP, and AFP support, from Didier Gautheron.
svn path=/trunk/; revision=5254
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02b366ab0c..a3091afa4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.424 2002/04/25 23:35:51 guy Exp $ +# $Id: Makefile.am,v 1.425 2002/04/25 23:58:02 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -73,6 +73,7 @@ sysconf_DATA = manuf dictionary.dtd dictionary.xml mobileipv4.xml \ DISSECTOR_SRC = \ packet-aarp.c \ + packet-afp.c \ packet-afs.c \ packet-aim.c \ packet-aodv.c \ @@ -346,6 +347,7 @@ plugin_ldadd = endif noinst_HEADERS = \ + packet-afp.h \ packet-afs.h \ packet-afs-macros.h \ packet-afs-register-info.h \ |