diff --git a/example/Makefile.inc b/example/Makefile.inc index 4a3c3aec4..88e5ece33 100644 --- a/example/Makefile.inc +++ b/example/Makefile.inc @@ -189,7 +189,7 @@ EXAMPLES_GENERAL = \ EXAMPLES_CLASSIC_ONLY = \ a2dp_sink_demo \ a2dp_source_demo \ - avdtp_mitm_demo \ + a2dp_mitm_demo \ avrcp_browsing_client \ dut_mode_classic \ gap_dedicated_bonding \ @@ -292,7 +292,7 @@ default_target: all # examples -avdtp_mitm_demo: ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${SDP_CLIENT} ${SBC_ENCODER_OBJ} ${AVDTP_OBJ} ${HXCMOD_PLAYER_OBJ} avrcp.o avrcp_controller.o avrcp_target.o avdtp_mitm_demo.c +a2dp_mitm_demo: ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${SDP_CLIENT} ${SBC_ENCODER_OBJ} ${AVDTP_OBJ} ${HXCMOD_PLAYER_OBJ} avrcp.o avrcp_controller.o avrcp_target.o a2dp_mitm_demo.c ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@ ant_test: ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ant_test.c diff --git a/example/avdtp_mitm_demo.c b/example/a2dp_mitm_demo.c similarity index 100% rename from example/avdtp_mitm_demo.c rename to example/a2dp_mitm_demo.c