aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-28 09:19:34 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-28 09:19:34 +0000
commit7dcf963b13136236884a71553e73af286e58f116 (patch)
treed6c5946e057f1d7c697151f6a20180c9ccb6fae8
parent81ea8dfdb7057f24c3132d1b77377b4188a28adc (diff)
MEGACO
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1243 59561ff5-6e30-0410-9f3c-9617f08c8826
-rw-r--r--examples/sample.source.MEGACO/Makefile4
-rw-r--r--examples/sample.source.MEGACO/README8
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/sample.source.MEGACO/Makefile b/examples/sample.source.MEGACO/Makefile
index 2087e670..47507af0 100644
--- a/examples/sample.source.MEGACO/Makefile
+++ b/examples/sample.source.MEGACO/Makefile
@@ -284,7 +284,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
-TARGET = megacoDump
+TARGET = megaco-dump
CFLAGS += -DHAVE_CONFIG_H -DJUNKTEST -DPDU=MegacoMessage -I.
OBJS=${ASN_MODULE_SOURCES:.c=.o} ${ASN_CONVERTER_SOURCES:.c=.o}
@@ -318,7 +318,7 @@ regen-makefile:
ASN1CMDOPTS="-fcompound-names" \
ASN1MODULES="../rfc3525-MEDIA-GATEWAY-CONTROL.asn1" \
ASN1PDU=MegacoMessage \
- PROGNAME=megacoDump \
+ PROGNAME=megaco-dump \
../sample.makefile.regen
check: ${TARGET} check-ber check-xer check-per
diff --git a/examples/sample.source.MEGACO/README b/examples/sample.source.MEGACO/README
index 447d932e..7f829ed6 100644
--- a/examples/sample.source.MEGACO/README
+++ b/examples/sample.source.MEGACO/README
@@ -6,12 +6,12 @@ The MEGACO (Media Gateway Control Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
in the above directory.
-megacoDump USAGE
-==============
+megaco-dump USAGE
+=================
- ./megacoDump MegacoMessage.ber # Print as XML (BASIC-XER)
+ ./megaco-dump MegacoMessage.ber # Print as XML (BASIC-XER)
The full list of recognized command line options may be obtained with
- > ./megacoDump -h
+ > ./megaco-dump -h