aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-16 21:49:35 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-16 21:49:35 +0200
commit7d9f2230a93227500e4f51536167b29c6d414c5b (patch)
treee7a7a97a3df678cb65aa569d4f5886a3de304251 /openbsc/src/Makefile.am
parent4f10c25ea8a6ff439b7c782bd64dff7eb98fd11d (diff)
VTY: rename vty_interface.c to bsc_vty.c
This should reflect the fact that it contains BSC-specific VTY commands.
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 6c89bd3fc..eb9867a9b 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -30,7 +30,7 @@ libvty_a_SOURCES = vty/buffer.c vty/command.c vty/vector.c vty/vty.c \
libsccp_a_SOURCES = sccp/sccp.c
-bsc_hack_SOURCES = bsc_hack.c bsc_init.c vty_interface.c vty_interface_layer3.c
+bsc_hack_SOURCES = bsc_hack.c bsc_init.c bsc_vty.c vty_interface_layer3.c
bsc_hack_LDADD = libmsc.a libbsc.a libmsc.a libvty.a -ldl -ldbi $(LIBCRYPT)
bs11_config_SOURCES = bs11_config.c abis_nm.c gsm_data.c debug.c \