Loading lib/module.mk +6 −4 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ sources := LibItsDenm_EncdecDeclarations.ttcn \ LibItsDenm_Pixits.ttcn \ LibItsDenm_Templates.ttcn \ LibItsDenm_TypesAndValues.ttcn \ asn1/DENM_PDU_Descriptions.asn \ ifeq (,$(ITS_CONTAINER)) ITS_CONTAINER := defined ifeq (,$(findstring DENM_PDU_Descriptions.asn ,$(all_sources))) sources += asn1/DENM_PDU_Descriptions.asn endif ifeq (,$(findstring ITS_Container.asn ,$(all_sources))) sources += asn1/cdd/ITS_Container.asn endif Loading
lib/module.mk +6 −4 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ sources := LibItsDenm_EncdecDeclarations.ttcn \ LibItsDenm_Pixits.ttcn \ LibItsDenm_Templates.ttcn \ LibItsDenm_TypesAndValues.ttcn \ asn1/DENM_PDU_Descriptions.asn \ ifeq (,$(ITS_CONTAINER)) ITS_CONTAINER := defined ifeq (,$(findstring DENM_PDU_Descriptions.asn ,$(all_sources))) sources += asn1/DENM_PDU_Descriptions.asn endif ifeq (,$(findstring ITS_Container.asn ,$(all_sources))) sources += asn1/cdd/ITS_Container.asn endif