aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.MEGACO
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-13 02:10:23 +0000
committerLev Walkin <vlm@lionet.info>2006-09-13 02:10:23 +0000
commit2fd86de8a8baf3253a60d6c0843a52b5632cbc3f (patch)
tree2400aa4d61a6caa5c177574810b02a5dc80b4e7b /examples/sample.source.MEGACO
parent70dff59ad326c12dca09d2db30bef53521a17f26 (diff)
*** empty log message ***
Diffstat (limited to 'examples/sample.source.MEGACO')
-rw-r--r--examples/sample.source.MEGACO/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample.source.MEGACO/Makefile b/examples/sample.source.MEGACO/Makefile
index 601d454b..d922a9da 100644
--- a/examples/sample.source.MEGACO/Makefile
+++ b/examples/sample.source.MEGACO/Makefile
@@ -309,12 +309,12 @@ regenerate-from-asn1-source:
../../asn1c/asn1c -S ../../skeletons -fcompound-names ../rfc3525-MEDIA-GATEWAY-CONTROL.asn1
-MegacoMessage.c: ../sample.regen.makefile
+MegacoMessage.c: ../sample.makefile.regen
ASN1CMDOPTS="-fcompound-names" \
ASN1MODULES="../rfc3525-MEDIA-GATEWAY-CONTROL.asn1" \
ASN1PDU=MegacoMessage \
PROGNAME=megacoDump \
- ../sample.regen.makefile
+ ../sample.makefile.regen
@touch MegacoMessage.c
make