trxcon: fix distcheck: add missing trxcon_fsm.h to noinst_HEADERS

Change-Id: Ib64b15c8ad700a7df71513469df454c74322b998
Fixes: 6fc090593d
This commit is contained in:
Vadim Yanitskiy 2022-12-13 03:17:55 +07:00
parent edfcc28fda
commit a6d2e1a12b
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ noinst_HEADERS = \
trx_if.h \
logging.h \
trxcon.h \
trxcon_fsm.h \
$(NULL)