aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/trau/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-12 03:03:50 +0200
committerHarald Welte <laforge@gnumonks.org>2016-12-02 12:09:15 +0000
commit6a366055dd9fcdea537ae2752458c02cf7433357 (patch)
tree9c6381bb89577a4c28be8d0d31efe54996236ce6 /openbsc/tests/trau/Makefile.am
parent05667a0aff4f7020222e07fac41b1f783e0696aa (diff)
tests: drop unused libmsc, unneeded duplicate libbsc linking
Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18
Diffstat (limited to 'openbsc/tests/trau/Makefile.am')
-rw-r--r--openbsc/tests/trau/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/tests/trau/Makefile.am b/openbsc/tests/trau/Makefile.am
index a446f7901..1d014ba3c 100644
--- a/openbsc/tests/trau/Makefile.am
+++ b/openbsc/tests/trau/Makefile.am
@@ -31,8 +31,6 @@ trau_test_SOURCES = \
trau_test_LDADD = \
$(top_builddir)/src/libbsc/libbsc.a \
- $(top_builddir)/src/libmsc/libmsc.a \
- $(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \