[gprs] Makefile reorganization

We don't need to explicitly link telnet_interface.c and vty_interface_cmds.c
as they're now part of libvty.a
This commit is contained in:
Harald Welte 2010-05-01 14:04:58 +02:00
parent 70f38d2a3b
commit 169a00403f
1 changed files with 1 additions and 2 deletions

View File

@ -52,6 +52,5 @@ bsc_mgcp_LDADD = libvty.a
ipaccess_proxy_SOURCES = ipaccess/ipaccess-proxy.c debug.c
osmo_gb_proxy_SOURCES = gb_proxy.c gb_proxy_main.c gb_proxy_vty.c \
gprs_ns.c \
socket.c debug.c telnet_interface.c vty_interface_cmds.c
gprs_ns.c socket.c debug.c
osmo_gb_proxy_LDADD = libvty.a