From 30b941d506959c8b2ac092936cd60a275739b796 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> Date: Sat, 4 Jun 2011 15:13:14 +0000 Subject: [PATCH] fix remote_device_db_memory file name --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 109837cba..4382f33a5 100644 --- a/configure.in +++ b/configure.in @@ -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