aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-12 09:18:48 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-22 17:21:24 +0100
commit37364952f5ebe5cd363f487299c6aebf9a12fc52 (patch)
tree4f5f9b676aa6854084ffec157db31a8af531485f /src/common/Makefile.am
parent36f1d55496236f1ff241f2229475ea0820c6545b (diff)
Handover support to common part of BTS code
Conflicts: include/osmo-bts/logging.h src/common/Makefile.am src/common/bts.c src/common/l1sap.c src/common/logging.c src/common/rsl.c
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index b2f6f8e7..716fad94 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -5,4 +5,4 @@ LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOTRAU_LIBS)
noinst_LIBRARIES = libbts.a
libbts_a_SOURCES = gsm_data_shared.c sysinfo.c logging.c abis.c oml.c bts.c \
rsl.c vty.c paging.c measurement.c amr.c lchan.c \
- load_indication.c pcu_sock.c
+ load_indication.c pcu_sock.c handover.c \ No newline at end of file