fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30361 )
Change subject: trxcon: link trxcon against libl1sched.la directly ......................................................................
trxcon: link trxcon against libl1sched.la directly
Change-Id: I8a1319077167f118d1909a8ab33d33a73f47541a Related: OS#5599 --- M src/host/trxcon/src/Makefile.am 1 file changed, 4 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/61/30361/1
diff --git a/src/host/trxcon/src/Makefile.am b/src/host/trxcon/src/Makefile.am index 34b7a3c..a286f2a 100644 --- a/src/host/trxcon/src/Makefile.am +++ b/src/host/trxcon/src/Makefile.am @@ -28,12 +28,6 @@ sched_trx.c \ $(NULL)
-libl1sched_la_LIBADD = \ - $(LIBOSMOCORE_LIBS) \ - $(LIBOSMOCODING_LIBS) \ - $(LIBOSMOGSM_LIBS) \ - $(NULL) -
noinst_LTLIBRARIES += libtrxcon.la
@@ -44,12 +38,6 @@ l1ctl.c \ $(NULL)
-libtrxcon_la_LIBADD = \ - libl1sched.la \ - $(LIBOSMOCORE_LIBS) \ - $(LIBOSMOGSM_LIBS) \ - $(NULL) -
bin_PROGRAMS = trxcon
@@ -62,4 +50,8 @@
trxcon_LDADD = \ libtrxcon.la \ + libl1sched.la \ + $(LIBOSMOCORE_LIBS) \ + $(LIBOSMOCODING_LIBS) \ + $(LIBOSMOGSM_LIBS) \ $(NULL)