fixeria has submitted this change. ( 
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(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  msuraev: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



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)

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30361
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I8a1319077167f118d1909a8ab33d33a73f47541a
Gerrit-Change-Number: 30361
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to