aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-14 21:15:21 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-14 21:15:59 +0800
commit40383dcb465dc661f206f6d3de424519b3df7353 (patch)
tree4d22a92ce8fd392dc97a407f42a16db77ec436f2
parent57f6b0220feb02b3ebc1901984aeed0ebccf7966 (diff)
Makefile.am: Don't link lots of openbsc / sgsn / ggsn internal .o files
this is probably a historic relict. None of them should be used, and I cannot see any actual use of them either. The only non-library code that we link now is libosmo-gb (ns/bssgp), which soon will be turned into a real library.
-rw-r--r--src/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 014fec47..004da4bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,19 +65,6 @@ pcu_LDADD = \
$(OPENBSC_DIR)/src/libgb/gprs_bssgp_bss.o \
$(OPENBSC_DIR)/src/libgb/gprs_bssgp_util.o \
$(OPENBSC_DIR)/src/libgb/gprs_ns_frgre.o \
- $(OPENGGSN_DIR)/gtp/queue.o \
- $(OPENGGSN_DIR)/gtp/lookupa.o \
- $(OPENGGSN_DIR)/gtp/pdp.o \
- $(OPENGGSN_DIR)/gtp/gtpie.o \
- $(OPENGGSN_DIR)/gtp/gtp.o \
- $(OPENBSC_DIR)/src/gprs/sgsn_libgtp.o \
- $(OPENBSC_DIR)/src/gprs/gprs_sndcp.o \
- $(OPENBSC_DIR)/src/gprs/crc24.o \
- $(OPENBSC_DIR)/src/gprs/gprs_llc.o \
- $(OPENBSC_DIR)/src/gprs/gprs_gmm.o \
- $(OPENBSC_DIR)/src/gprs/gprs_sgsn.o \
- $(OPENBSC_DIR)/src/libcommon/socket.o \
- $(OPENBSC_DIR)/src/libcommon/debug.o \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(COMMON_LA)