aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/Makefile.am')
-rw-r--r--src/gprs/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gprs/Makefile.am b/src/gprs/Makefile.am
index 0471bfe7c..8f7f054e7 100644
--- a/src/gprs/Makefile.am
+++ b/src/gprs/Makefile.am
@@ -55,26 +55,10 @@ libcommon_la_LIBADD = \
$(NULL)
bin_PROGRAMS = \
- osmo-gbproxy \
osmo-sgsn \
osmo-gtphub \
$(NULL)
-osmo_gbproxy_SOURCES = \
- gb_proxy.c \
- gb_proxy_main.c \
- gb_proxy_vty.c \
- gb_proxy_ctrl.c \
- gb_proxy_patch.c \
- gb_proxy_tlli.c \
- gb_proxy_peer.c \
- $(NULL)
-osmo_gbproxy_LDADD = \
- libcommon.la \
- $(OSMO_LIBS) \
- -lrt \
- $(NULL)
-
osmo_sgsn_SOURCES = \
gprs_gb.c \
gprs_gmm_attach.c \