From 169a00403f6452359a0cb1e3f3f77470daba2a91 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 1 May 2010 14:04:58 +0200 Subject: [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 --- openbsc/src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 25d34ac31..6e4e506ff 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -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 -- cgit v1.2.3