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

construct asn1 file list dynamically. Check presense.

parent 0c45611e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -16,3 +16,7 @@
      /build/asn1/ISO_TS_14816/AVIAEINumberingAndDataStructures.asn \
      /build/asn1/ISO_TS_17419/CITSapplMgmtIDs.asn \
      /build/asn1/ISO_TS_19321/IVI.asn

ifeq (,$(findstring ITS_Container.asn ,$(all_sources)))
  sources += cdd/ITS_Container.asn
endif