diff --git a/src/host/trxcon/src/Makefile.am b/src/host/trxcon/src/Makefile.am index 3af004d61..1ec4d76f7 100644 --- a/src/host/trxcon/src/Makefile.am +++ b/src/host/trxcon/src/Makefile.am @@ -43,7 +43,7 @@ trxcon_SOURCES = \ trx_if.c \ logging.c \ trxcon_fsm.c \ - trxcon.c \ + trxcon_main.c \ $(NULL) trxcon_LDADD = \ diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon_main.c similarity index 100% rename from src/host/trxcon/src/trxcon.c rename to src/host/trxcon/src/trxcon_main.c