From d9d105c1f73713b1363849554d5d87d36d4ae7b6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 30 Sep 2020 14:43:09 +0200 Subject: Introduce NM RadioCarrier FSM Change-Id: Ieed61d1fb1e896db42545c2c3421b20cb41ad549 --- src/ipaccess/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ipaccess/Makefile.am') diff --git a/src/ipaccess/Makefile.am b/src/ipaccess/Makefile.am index 28d024aa6..e57ca03b5 100644 --- a/src/ipaccess/Makefile.am +++ b/src/ipaccess/Makefile.am @@ -58,6 +58,7 @@ ipaccess_config_LDADD = \ $(top_builddir)/src/osmo-bsc/nm_bts_sm_fsm.o \ $(top_builddir)/src/osmo-bsc/nm_bts_fsm.o \ $(top_builddir)/src/osmo-bsc/nm_bb_transc_fsm.o \ + $(top_builddir)/src/osmo-bsc/nm_rcarrier_fsm.o \ $(OSMO_LIBS) \ $(NULL) @@ -77,5 +78,6 @@ ipaccess_proxy_LDADD = \ $(top_builddir)/src/osmo-bsc/nm_bts_sm_fsm.o \ $(top_builddir)/src/osmo-bsc/nm_bts_fsm.o \ $(top_builddir)/src/osmo-bsc/nm_bb_transc_fsm.o \ + $(top_builddir)/src/osmo-bsc/nm_rcarrier_fsm.o \ $(OSMO_LIBS) \ $(NULL) -- cgit v1.2.3