fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30563 )
Change subject: trxcon: fix distcheck: add missing trxcon_fsm.h to noinst_HEADERS ......................................................................
trxcon: fix distcheck: add missing trxcon_fsm.h to noinst_HEADERS
Change-Id: Ib64b15c8ad700a7df71513469df454c74322b998 Fixes: 6fc090593dfcfe6747910d7639d6e973b631cc71 --- M src/host/trxcon/include/osmocom/bb/trxcon/Makefile.am 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/63/30563/1
diff --git a/src/host/trxcon/include/osmocom/bb/trxcon/Makefile.am b/src/host/trxcon/include/osmocom/bb/trxcon/Makefile.am index 1310a43..bd9324a 100644 --- a/src/host/trxcon/include/osmocom/bb/trxcon/Makefile.am +++ b/src/host/trxcon/include/osmocom/bb/trxcon/Makefile.am @@ -6,4 +6,5 @@ trx_if.h \ logging.h \ trxcon.h \ + trxcon_fsm.h \ $(NULL)