VTY: rename vty_interface.c to bsc_vty.c

This should reflect the fact that it contains BSC-specific VTY
commands.
This commit is contained in:
Harald Welte 2010-05-16 21:49:35 +02:00
parent 4f10c25ea8
commit 7d9f2230a9
2 changed files with 1 additions and 1 deletions

View File

@ -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 \