fix remote_device_db_memory file name

This commit is contained in:
matthias.ringwald 2011-06-04 15:13:14 +00:00
parent ad6fee3826
commit 30b941d506

View File

@ -83,7 +83,7 @@ case "$host_os" in
USE_COCOA_RUN_LOOP="no"
BTSTACK_LIB_LDFLAGS="-shared -Wl,-rpath,\$(prefix)/lib"
BTSTACK_LIB_EXTENSION="so"
REMOTE_DEVICE_DB_SOURCES="remote_device_db_memory.m"
REMOTE_DEVICE_DB_SOURCES="remote_device_db_memory.c"
REMOTE_DEVICE_DB="remote_device_db_memory"
;;
esac