Commit d7a740c3 authored by Lev Walkin's avatar Lev Walkin

fix for simple modules

parent 58b383e7
...@@ -69,15 +69,15 @@ CONVERTER: # THIS IS A SPECIAL SECTION ...@@ -69,15 +69,15 @@ CONVERTER: # THIS IS A SPECIAL SECTION
converter-example.c # A default name for the example 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 OPEN_TYPE.h # OER decoding support
oer_encoder.h oer_encoder.c # OER encoding support oer_encoder.h oer_encoder.c # OER encoding support
oer_support.h oer_support.c # OER support oer_support.h oer_support.c # OER support
OPEN_TYPE.h OPEN_TYPE_oer.c OPEN_TYPE.h OPEN_TYPE_oer.c constr_CHOICE.h
INTEGER_oer.c INTEGER_oer.c
OCTET_STRING_oer.c OCTET_STRING_oer.c
NativeInteger_oer.c NativeInteger_oer.c
NativeEnumerated_oer.c NativeEnumerated_oer.c
constr_SEQUENCE_oer.c constr_SEQUENCE_oer.c constr_SEQUENCE.h
constr_CHOICE_oer.c constr_CHOICE_oer.c
constr_SET_OF_oer.c constr_SET_OF.h asn_SET_OF.h asn_SET_OF.c constr_SET_OF_oer.c constr_SET_OF.h asn_SET_OF.h asn_SET_OF.c
BIT_STRING_oer.c BIT_STRING_oer.c
......
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