Ethereal-dev: Re: [Ethereal-dev] Makefile.am patch to include new diameter XML data files

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Martin Warnes <martin@xxxxxxxxxxxxxxxxx>
Date: Sun, 18 Dec 2005 17:11:25 +0000
Attached corrected version of patch to add missing continuation character after chargecontrol.xml

Sorry 'bout that

Martin

Martin Warnes wrote the following on 12/18/05 14:40:

Attached a small patch to top level Makefile.am to include the recently added diamter data files chargecontrol.xml and TGPPSh.xml

Martin

------------------------------------------------------------------------

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 16837)
+++ Makefile.am	(working copy)
@@ -84,10 +84,12 @@
#
diameterdir = $(pkgdatadir)/diameter
diameter_DATA = \
+	diameter/chargecontrol.xml
	diameter/dictionary.dtd \
	diameter/dictionary.xml \
	diameter/imscxdx.xml \
	diameter/mobileipv4.xml \
	diameter/nasreq.xml \
-	diameter/sunping.xml
+	diameter/sunping.xml \
+	diameter/TGPPSh.xml

------------------------------------------------------------------------

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev
Index: Makefile.am
===================================================================
--- Makefile.am	(revision 16843)
+++ Makefile.am	(working copy)
@@ -84,9 +84,11 @@
 #
 diameterdir = $(pkgdatadir)/diameter
 diameter_DATA = \
+	diameter/chargecontrol.xml \
 	diameter/dictionary.dtd \
 	diameter/dictionary.xml \
 	diameter/imscxdx.xml \
 	diameter/mobileipv4.xml \
 	diameter/nasreq.xml \
-	diameter/sunping.xml
+	diameter/sunping.xml \
+	diameter/TGPPSh.xml