From d9956d91ba1504deae248b3e1978de5e584f275f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Dec 2017 21:48:47 +0100 Subject: Remove dead code left over from NITB split There still is a lot of dead code that we inherited from the NITB days, let's remove more of it. libtrau will be re-introduced as part of osmo-mgw later. Change-Id: I8e0af56a158f25a4f1384d667c03eb20e72df5b8 --- src/osmo-bsc/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/osmo-bsc/Makefile.am') diff --git a/src/osmo-bsc/Makefile.am b/src/osmo-bsc/Makefile.am index 7db698c1d..4acbe5623 100644 --- a/src/osmo-bsc/Makefile.am +++ b/src/osmo-bsc/Makefile.am @@ -40,12 +40,10 @@ osmo_bsc_SOURCES = \ osmo_bsc_ctrl.c \ $(NULL) -# once again since TRAU uses CC symbol :( osmo_bsc_LDADD = \ $(top_builddir)/src/libfilter/libfilter.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 \ $(LIBOSMOSCCP_LIBS) \ $(LIBOSMOCORE_LIBS) \ -- cgit v1.2.3