aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/bsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-11 17:13:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-12 15:50:37 +0100
commit5c1f1bde495037d2305a6ec8474d1f8394f777b9 (patch)
treebc73da74d89cd99bb009779453ee704611ec518e /openbsc/tests/bsc
parentf553693a66177cf9ebee6174c7bc8f2db1ed848d (diff)
remove unneccessary linking from some tests
The recent shifts and cuts have made some library linking for bsc, channel and db tests unnecessary.
Diffstat (limited to 'openbsc/tests/bsc')
-rw-r--r--openbsc/tests/bsc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/tests/bsc/Makefile.am b/openbsc/tests/bsc/Makefile.am
index fdc0b8759..70bacbede 100644
--- a/openbsc/tests/bsc/Makefile.am
+++ b/openbsc/tests/bsc/Makefile.am
@@ -32,7 +32,6 @@ bsc_test_SOURCES = \
bsc_test_LDADD = \
$(top_builddir)/src/libbsc/libbsc.a \
- $(top_builddir)/src/libmsc/libmsc.a \
$(top_builddir)/src/libxsc/libxsc.a \
$(top_builddir)/src/libmgcp/libmgcp.a \
$(top_builddir)/src/libtrau/libtrau.a \