aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc_nat/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-09 23:07:38 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-09 23:07:38 +0100
commitd82101e663231f2e58230661af925f6f70680e31 (patch)
treea4fdf0c8b87ea3f1ce4788455685885a46fed4fb /src/osmo-bsc_nat/Makefile.am
parent547c207579f5e28a488af5e07f43382beeaddda8 (diff)
Move many counters from BSC-global to per-BTS granularity
We used to have a lot of counters only globlly per BSC, but they're much more useful on a per-BTS level. Change-Id: I954b9dda72b83b91d46a934c221a8b3375743599
Diffstat (limited to 'src/osmo-bsc_nat/Makefile.am')
-rw-r--r--src/osmo-bsc_nat/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bsc_nat/Makefile.am b/src/osmo-bsc_nat/Makefile.am
index 23c2b6757..dd20ddb76 100644
--- a/src/osmo-bsc_nat/Makefile.am
+++ b/src/osmo-bsc_nat/Makefile.am
@@ -50,7 +50,6 @@ osmo_bsc_nat_LDADD = \
$(LIBOSMOVTY_LIBS) \
$(LIBOSMOCTRL_LIBS) \
$(LIBOSMOSIGTRAN_LIBS) \
- $(LIBOSMOLEGACYMGCP_LIBS) \
$(LIBCRYPTO_LIBS) \
$(LIBRARY_GSM) \
-lrt \