Add in some heuristics to try to detect AIX libpcap format. (This works
[obnox/wireshark/wip.git] / Makefile.am
index 37ad19285cd5b787890c48e90f14c55675cedd69..dcab67f8f72c5ded7e3c17cfa4ef26b2b17f2e37 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.372 2001/10/29 21:13:07 guy Exp $
+# $Id: Makefile.am,v 1.375 2001/11/04 22:19:22 guy Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -68,7 +68,8 @@ man_MANS =
 EXTRA_PROGRAMS = ethereal ethereal_static tethereal tethereal_static editcap mergecap dftest text2pcap
 EXTRA_SCRIPTS = idl2eth
 
-sysconf_DATA = manuf
+sysconf_DATA = manuf dictionary.dtd dictionary.xml mobileipv4.xml \
+       nasreq.xml sunping.xml
 
 DISSECTOR_SRC = \
        packet-aarp.c  \
@@ -240,7 +241,7 @@ DISSECTOR_SRC = \
        packet-ssl.c   \
        packet-stat.c   \
        packet-stat-notify.c \
-       packet-sual.c   \
+       packet-sua.c   \
        packet-syslog.c \
        packet-tacacs.c \
        packet-tcp.c   \
@@ -448,7 +449,9 @@ ETHEREAL_COMMON_SRC = \
        x11-declarations.h \
        x11-register-info.h \
        xdlc.c         \
-       xdlc.h
+       xdlc.h         \
+       xmlstub.c      \
+       xmlstub.h
 
 BUILT_SOURCES = \
        x11-declarations.h \
@@ -783,6 +786,8 @@ EXTRA_DIST = \
        image/ethereal.rc.in    \
        image/icon-excl.xpm     \
        image/icon-ethereal.xpm \
+       image/clist_ascend.xpm  \
+       image/clist_descend.xpm \
        image/mergecap.rc.in    \
        image/tethereal.rc.in   \
        image/text2pcap.rc.in   \
@@ -808,6 +813,11 @@ EXTRA_DIST = \
        randpkt.c               \
        rdps.c                  \
        TODO                    \
+       dictionary.dtd          \
+       dictionary.xml          \
+       mobileipv4.xml          \
+       nasreq.xml              \
+       sunping.xml             \
        x11-fields
 
 if SETUID_INSTALL