--- Makefile.android | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Makefile.android b/Makefile.android index 5abfeaa..da3b699 100644 --- a/Makefile.android +++ b/Makefile.android @@ -39,7 +39,33 @@ 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 \ + android/android_compat.h + +EXTRA_DIST += android/hardware/bt_gatt_client.h android/hardware/bt_hl.h \ + android/hardware/bt_hh.h android/hardware/bt_av.h \ + android/hardware/bluetooth.h android/hardware/bt_rc.h \ + android/hardware/hardware.h android/hardware/bt_gatt_types.h \ + android/hardware/bt_hf.h android/hardware/bt_gatt_server.h \ + android/hardware/bt_pan.h android/hardware/bt_gatt.h \ + android/hardware/bt_sock.h EXTRA_DIST += android/hal-ipc-api.txt -- 1.8.4 -- 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