aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-31 19:19:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-21 15:49:06 +0200
commit035187b44ea12d0ff551973517c2525d0a8cf068 (patch)
treeb9c579359ecf6e5f0777befeaeb455799d3e9b47 /src/osmo-bts-sysmo/Makefile.am
parent013df51ca8693d39ee01252f71d1e61f7cff84b4 (diff)
sysmobts: Move the sysmoBTS 2050 controller handling
Move the code to a separate file to keep things nicely apart of each other.
Diffstat (limited to 'src/osmo-bts-sysmo/Makefile.am')
-rw-r--r--src/osmo-bts-sysmo/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/Makefile.am b/src/osmo-bts-sysmo/Makefile.am
index 0071e136..fe318549 100644
--- a/src/osmo-bts-sysmo/Makefile.am
+++ b/src/osmo-bts-sysmo/Makefile.am
@@ -23,6 +23,7 @@ l1fwd_proxy_LDADD = $(top_builddir)/src/common/libbts.a $(COMMON_LDADD)
sysmobts_mgr_SOURCES = \
misc/sysmobts_mgr.c misc/sysmobts_misc.c \
misc/sysmobts_par.c misc/sysmobts_nl.c \
+ misc/sysmobts_mgr_2050.c \
misc/sysmobts_mgr_vty.c
sysmobts_mgr_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOVTY_LIBS)