From 4338de5f51068dbd4ea1b8e3a61bdfdf5ede1833 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 30 Sep 2020 12:52:04 +0200 Subject: Introduce NM BTS Site Manager FSM Change-Id: Ic001ce6ebeff6f51470ef58140b0235f4a30265e --- src/utils/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/Makefile.am') diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am index fd03cb384..30de5b4e6 100644 --- a/src/utils/Makefile.am +++ b/src/utils/Makefile.am @@ -55,6 +55,8 @@ bs11_config_LDADD = \ $(top_builddir)/src/osmo-bsc/e1_config.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ $(top_builddir)/src/osmo-bsc/net_init.o \ + $(top_builddir)/src/osmo-bsc/nm_common_fsm.o \ + $(top_builddir)/src/osmo-bsc/nm_bts_sm_fsm.o \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOABIS_LIBS) \ @@ -125,6 +127,8 @@ meas_json_LDADD = \ $(top_builddir)/src/osmo-bsc/bts.o \ $(top_builddir)/src/osmo-bsc/bts_trx.o \ $(top_builddir)/src/osmo-bsc/gsm_data.o \ + $(top_builddir)/src/osmo-bsc/nm_common_fsm.o \ + $(top_builddir)/src/osmo-bsc/nm_bts_sm_fsm.o \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOABIS_LIBS) \ -- cgit v1.2.3