build: Compile more files

This commit is contained in:
Tobias Engel 2012-06-26 20:30:09 +02:00 committed by Holger Hans Peter Freyther
parent f307c34fa8
commit 55937d2d08
2 changed files with 52 additions and 2 deletions

View File

@ -643,6 +643,31 @@ osmo_asn1_map_HEADERS = \
ResourceUnavailableReason.h \
ProcedureCancellationReason.h \
MAP-ProviderAbortInfo.h \
MAP-ProviderAbortReason.h
MAP-ProviderAbortReason.h \
Additional-Number.h \
AlertReason.h \
AlertServiceCentreArg.h \
DispatcherList.h \
InformServiceCentreArg.h \
LocationInfoWithLMSI.h \
MO-ForwardSM-Arg.h \
MO-ForwardSM-Res.h \
MT-ForwardSM-Arg.h \
MT-ForwardSM-Res.h \
MT-ForwardSM-VGCS-Arg.h \
MT-ForwardSM-VGCS-Res.h \
MW-Status.h \
ReadyForSM-Arg.h \
ReadyForSM-Res.h \
ReportSM-DeliveryStatusArg.h \
ReportSM-DeliveryStatusRes.h \
RoutingInfoForSM-Arg.h \
RoutingInfoForSM-Res.h \
SM-DeliveryNotIntended.h \
SM-DeliveryOutcome.h \
SM-RP-DA.h \
SM-RP-MTI.h \
SM-RP-OA.h \
SM-RP-SMEA.h
osmo_asn1_mapdir = $(includedir)/osmocom/map

View File

@ -651,7 +651,32 @@ libosmo_asn1_map_la_SOURCES = \
ResourceUnavailableReason.c \
ProcedureCancellationReason.c \
MAP-ProviderAbortInfo.c \
MAP-ProviderAbortReason.c
MAP-ProviderAbortReason.c \
Additional-Number.c \
AlertReason.c \
AlertServiceCentreArg.c \
DispatcherList.c \
InformServiceCentreArg.c \
LocationInfoWithLMSI.c \
MO-ForwardSM-Arg.c \
MO-ForwardSM-Res.c \
MT-ForwardSM-Arg.c \
MT-ForwardSM-Res.c \
MT-ForwardSM-VGCS-Arg.c \
MT-ForwardSM-VGCS-Res.c \
MW-Status.c \
ReadyForSM-Arg.c \
ReadyForSM-Res.c \
ReportSM-DeliveryStatusArg.c \
ReportSM-DeliveryStatusRes.c \
RoutingInfoForSM-Arg.c \
RoutingInfoForSM-Res.c \
SM-DeliveryNotIntended.c \
SM-DeliveryOutcome.c \
SM-RP-DA.c \
SM-RP-MTI.c \
SM-RP-OA.c \
SM-RP-SMEA.c
lib_LTLIBRARIES=libosmo-asn1-map.la