rename bt_iphone_control.c to .m to prepare for BluetoothManager objc code

This commit is contained in:
matthias.ringwald 2010-01-09 11:35:30 +00:00
parent 1b0e3922ba
commit 369d79a9c1
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ run_loop_sources = @RUN_LOOP_SOURCES@
libBTstack_SOURCES = btstack.c hci_cmds.c linked_list.c run_loop.c $(run_loop_sources) socket_connection.c utils.c
BTdaemon_SOURCES = $(libBTstack_SOURCES) \
bt_control_iphone.c \
bt_control_iphone.m \
daemon.c \
hci.c \
hci_dump.c \