From aca53203d11adcb57c7b922e9b968388083b21b6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 16 Jul 2020 14:49:36 +0200 Subject: Move struct gsm_bts_trx: gsm-data.* => bts_trx.* See rant fro similar recent commit moving stuff to bts.*. Change-Id: I11758ca3d255d849d77bd068f24bb68bde1f89a5 --- src/utils/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils/Makefile.am') diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index 669667971..653ed97bf 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -49,6 +49,7 @@ bs11_config_SOURCES = \ bs11_config_LDADD = \ $(top_builddir)/src/osmo-bsc/abis_nm.o \ $(top_builddir)/src/osmo-bsc/bts.o \ + $(top_builddir)/src/osmo-bsc/bts_trx.o \ $(top_builddir)/src/osmo-bsc/bts_siemens_bs11.o \ $(top_builddir)/src/osmo-bsc/e1_config.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ @@ -118,7 +119,9 @@ meas_json_SOURCES = \ $(NULL) meas_json_LDADD = \ + $(top_builddir)/src/osmo-bsc/abis_nm.o \ $(top_builddir)/src/osmo-bsc/bts.o \ + $(top_builddir)/src/osmo-bsc/bts_trx.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ -- cgit v1.2.3