fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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(-)

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)

To view, visit change 30563. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ib64b15c8ad700a7df71513469df454c74322b998
Gerrit-Change-Number: 30563
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged