Commit 478819d6 authored by Lev Walkin's avatar Lev Walkin

converter-sample renamed into converter-example

parent f3f7f942
...@@ -90,9 +90,9 @@ libasn1cskeletons_la_SOURCES = \ ...@@ -90,9 +90,9 @@ libasn1cskeletons_la_SOURCES = \
xer_encoder.c xer_encoder.h \ xer_encoder.c xer_encoder.h \
xer_support.c xer_support.h xer_support.c xer_support.h
check_PROGRAMS = check-converter_sample check_PROGRAMS = check-converter_example
LDADD = -lm LDADD = -lm
check_converter_sample_CFLAGS = -DNO_ASN_PDU check_converter_example_CFLAGS = -DNO_ASN_PDU
check_converter_sample_SOURCES = converter-sample.c check_converter_example_SOURCES = converter-example.c
check_converter_sample_LDADD = libasn1cskeletons.la check_converter_example_LDADD = libasn1cskeletons.la
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
* Copyright (c) 2005-2017 Lev Walkin <vlm@lionet.info>. * Copyright (c) 2005-2017 Lev Walkin <vlm@lionet.info>.
* All rights reserved. * All rights reserved.
* *
* To compile with your own ASN.1 type, please redefine the PDU as shown: * To compile with your own ASN.1 type, redefine the PDU as shown:
* *
* cc -DPDU=MyCustomType -o myDecoder.o -c converter-sample.c * cc -DPDU=MyCustomType -o myDecoder.o -c converter-example.c
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
......
...@@ -65,7 +65,7 @@ per_encoder.h per_encoder.c # PER encoding support ...@@ -65,7 +65,7 @@ per_encoder.h per_encoder.c # PER encoding support
per_opentype.h per_opentype.c # PER "open type" handling per_opentype.h per_opentype.c # PER "open type" handling
CONVERTER: # THIS IS A SPECIAL SECTION CONVERTER: # THIS IS A SPECIAL SECTION
converter-sample.c # A default name for sample transcoder converter-example.c # A default name for the example transcoder
CODEC-OER: # THIS IS A SPECIAL SECTION CODEC-OER: # THIS IS A SPECIAL SECTION
oer_decoder.h oer_decoder.c # OER decoding support oer_decoder.h oer_decoder.c # OER decoding support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment