diff --git a/configure.in b/configure.in index 1ba2c7f0b..922c43742 100644 --- a/configure.in +++ b/configure.in @@ -80,6 +80,8 @@ 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="remote_device_db_memory" ;; esac