From 0ab63d73c1527565b70da00a14bba86f42377776 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 16 Sep 2010 00:20:19 +0800 Subject: bsc: Move the gsm_04_80.c code into the libbsc.a --- openbsc/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/Makefile.am') diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 523ff6c34..1566af955 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -23,11 +23,11 @@ libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \ input/misdn.c input/ipaccess.c handover_logic.c \ talloc_ctx.c system_information.c rest_octets.c \ rtp_proxy.c bts_siemens_bs11.c bts_ipaccess_nanobts.c \ - bts_unknown.c bsc_version.c bsc_api.c bsc_vty.c meas_rep.c + bts_unknown.c bsc_version.c bsc_api.c bsc_vty.c meas_rep.c gsm_04_80.c libmsc_a_SOURCES = gsm_subscriber.c db.c \ mncc.c gsm_04_08.c gsm_04_11.c transaction.c \ - token_auth.c rrlp.c gsm_04_80.c ussd.c silent_call.c \ + token_auth.c rrlp.c ussd.c silent_call.c \ handover_decision.c auth.c \ osmo_msc.c -- cgit v1.2.3