From 55937d2d08561be70d8c71c2de934ff6a1bb7657 Mon Sep 17 00:00:00 2001 From: Tobias Engel Date: Tue, 26 Jun 2012 20:30:09 +0200 Subject: build: Compile more files --- include/Makefile.am | 27 ++++++++++++++++++++++++++- src/Makefile.am | 27 ++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index ae87574..9d87cd3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index f98347e..f73d2ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- cgit v1.2.3