--- Makefile.android | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.android b/Makefile.android index e792c10..e161e6d 100644 --- a/Makefile.android +++ b/Makefile.android @@ -1,8 +1,8 @@ if ANDROID noinst_PROGRAMS += android/bluetoothd -android_bluetoothd_SOURCES = android/main.c +android_bluetoothd_SOURCES = android/main.c src/log.c android_bluetoothd_LDADD = @GLIB_LIBS@ endif -EXTRA_DIST += android/Android.mk +EXTRA_DIST += android/Android.mk android/log.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html