From: Szymon Janc <szymon.janc@xxxxxxxxx> --- Makefile.android | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile.android b/Makefile.android index 00d962d..8ae3ddc 100644 --- a/Makefile.android +++ b/Makefile.android @@ -48,7 +48,24 @@ android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android endif -EXTRA_DIST += android/Android.mk android/log.c +EXTRA_DIST += android/Android.mk android/log.c android/device.c \ + android/adapter.c android/main.c android/hal-msg.h \ + android/hal.h + +EXTRA_DIST += android/hal_bt_sock.c android/hal_bluetooth.c + +EXTRA_DIST += android/client/terminal.c \ + android/client/haltest.c \ + android/client/hwmodule.c \ + android/client/pollhandler.c \ + android/client/history.c \ + android/client/if-bt.c \ + android/client/textconv.c \ + android/client/textconv.h \ + android/client/if-main.h \ + android/client/pollhandler.h \ + android/client/history.h \ + android/client/terminal.h EXTRA_DIST += android/hal-ipc-api.txt -- 1.8.4.rc3 -- 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