aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-01 14:04:58 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:42 +0200
commit169a00403f6452359a0cb1e3f3f77470daba2a91 (patch)
treee71d7349003c4508a40e506e329c09a074ec6279
parent70f38d2a3b24d053e98e6c11e086b784662df88f (diff)
[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
-rw-r--r--openbsc/src/Makefile.am3
1 files changed, 1 insertions, 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