aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-31 16:40:40 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-31 16:40:40 +0200
commit81c9b9ca3e98e158db54da1833e33960d5ed5be6 (patch)
treee73147284aa823cc98e1c1acbc96269e66c22c15 /openbsc/src/Makefile.am
parent14ce8a0fa4463c9c6bc50143f2ce9b33510fde1d (diff)
OML: Introduce minimal VTY command set to interact with OML managed objects
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index bd9be8c15..d5d006822 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -12,7 +12,7 @@ bscdir = $(libdir)
bsc_LIBRARIES = libsccp.a
libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \
- chan_alloc.c debug.c socket.c \
+ chan_alloc.c debug.c socket.c abis_nm_vty.c \
gsm_subscriber_base.c subchan_demux.c bsc_rll.c transaction.c \
trau_frame.c trau_mux.c paging.c e1_config.c e1_input.c \
input/misdn.c input/ipaccess.c \