forget to commit change w/ afs headers
[obnox/wireshark/wip.git] / Makefile.am
index 5ab1a0dab9c0a81521450b50792468e189650429..d733c723df35e936bfc9d7e053112b5dfd375eeb 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.238 2000/10/21 09:54:10 guy Exp $
+# $Id: Makefile.am,v 1.243 2000/11/06 14:14:01 nneul Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@zing.org>
@@ -34,6 +34,7 @@ sysconf_DATA = manuf
 DISSECTOR_SOURCES = \
        packet-aarp.c  \
        packet-afs.c   \
+       packet-aim.c   \
        packet-arp.c   \
        packet-ascend.c\
        packet-atalk.c \
@@ -69,6 +70,7 @@ DISSECTOR_SOURCES = \
        packet-icmpv6.c\
        packet-icp.c   \
        packet-icq.c   \
+       packet-igrp.c  \
        packet-imap.c   \
        packet-ip.c    \
        packet-ipp.c   \
@@ -132,13 +134,14 @@ DISSECTOR_SOURCES = \
        packet-sap.c   \
        packet-sctp.c   \
        packet-sdp.c   \
+       packet-sip.c   \
        packet-smb.c   \
        packet-smb-browse.c \
        packet-smb-common.c \
        packet-smb-logon.c \
        packet-smb-mailslot.c \
        packet-smb-pipe.c \
-        packet-smtp.c \
+       packet-smtp.c \
        packet-sna.c   \
        packet-snmp.c   \
        packet-socks.c \
@@ -163,6 +166,8 @@ DISSECTOR_SOURCES = \
        packet-vtp.c  \
        packet-wccp.c \
        packet-who.c  \
+       packet-wsp.c \
+       packet-wtp.c \
        packet-x11.c   \
        packet-x25.c   \
        packet-yhoo.c  \
@@ -173,6 +178,9 @@ DISSECTOR_SOURCES = \
 
 noinst_HEADERS = \
        packet-afs.h   \
+       packet-afs-macros.h \
+       packet-afs-register-info.h \
+       packet-afs-defs.h \
        packet-arp.h   \
        packet-ascend.h\
        packet-atalk.h \
@@ -249,6 +257,9 @@ noinst_HEADERS = \
        packet-vines.h \
        packet-vlan.h \
        packet-vtp.h  \
+       packet-wap.h \
+       packet-wsp.h \
+       packet-wtp.h \
        packet-x11-declarations.h       \
        packet-x11-register-info.h      \
        packet-x11-keysym.h     \