From be7e31be0e61566ebad1dadf041487ce2374ba6f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 1 Nov 2001 21:52:44 +0000 Subject: From David Frascone: duUpdate to Diameter dissector to load the dictionary as an XML file rather than building it in, and various Diameter updates. svn path=/trunk/; revision=4122 --- Makefile.am | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 37ad19285c..67addd5860 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.373 2001/11/01 21:52:44 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs @@ -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 \ @@ -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 \ @@ -808,6 +811,11 @@ EXTRA_DIST = \ randpkt.c \ rdps.c \ TODO \ + dictionary.dtd \ + dictionary.xml \ + mobileipv4.xml \ + nasreq.xml \ + sunping.xml \ x11-fields if SETUID_INSTALL -- cgit v1.2.3