Commit a942a48a authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

fix ASN1C compilation (file order)

parent c596daa5
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

ifeq (,$(findstring EtsiTs103759Core.asn,$(all_sources)))
sources += \
    asn1/EtsiTs103759Core.asn               \
    asn1/EtsiTs103759BaseTypes.asn          \
    asn1/EtsiTs103759AsrAppAgnostic.asn \
    asn1/EtsiTs103759AsrCam.asn         \
    asn1/EtsiTs103759AsrDenm.asn        \
    asn1/EtsiTs103759BaseTypes.asn      \
    asn1/EtsiTs103759CommonObservations.asn \
    asn1/SaeJ3287AsrBsm.asn                 \
    asn1/EtsiTs103759Core.asn \
    asn1/SaeJ3287AsrBsm.asn

endif