From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- Makefile.android | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.android b/Makefile.android index 4d7da39..6d7437d 100644 --- a/Makefile.android +++ b/Makefile.android @@ -10,6 +10,12 @@ android_bluetoothd_SOURCES = android/main.c \ src/shared/mgmt.h src/shared/mgmt.c android_bluetoothd_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ + +noinst_LTLIBRARIES += android/libbt-internal.la + +android_libbt_internal_la_SOURCES = android/hal.h android/hal_bluetooth.c \ + android/hal_bt_sock.c +android_libbt_internal_la_CPPFLAGS = -I$(srcdir)/android endif EXTRA_DIST += android/Android.mk android/log.c -- 1.8.3.1 -- 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