--- .gitignore | 2 ++ Makefile.android | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 8a25a3e..3707209 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,5 @@ unit/test-gobex-packet unit/test-gobex-transfer unit/test-*.log unit/test-*.trs + +android/bluetoothd diff --git a/Makefile.android b/Makefile.android index 56fa9a7..e792c10 100644 --- a/Makefile.android +++ b/Makefile.android @@ -1 +1,8 @@ +if ANDROID +noinst_PROGRAMS += android/bluetoothd + +android_bluetoothd_SOURCES = android/main.c +android_bluetoothd_LDADD = @GLIB_LIBS@ +endif + EXTRA_DIST += android/Android.mk -- 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