From 944a282821db37115e37b10abc4b8b512ab20b1d Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 16 Jan 2014 12:28:05 +0100 Subject: [PATCH] android: Fix distcheck build Add missing monitor/rfcomm.h to android-tester sources. This fix following build error on make distcheck: CC emulator/android_android_tester-bthost.o ../emulator/bthost.c:40:28: fatal error: monitor/rfcomm.h: No such file or directory #include "monitor/rfcomm.h" --- android/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/android/Makefile.am b/android/Makefile.am index cd4a52671..e6b91876d 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -107,6 +107,7 @@ android_android_tester_SOURCES = emulator/btdev.h emulator/btdev.c \ src/shared/mgmt.h src/shared/mgmt.c \ src/shared/hciemu.h src/shared/hciemu.c \ src/shared/tester.h src/shared/tester.c \ + monitor/rfcomm.h \ android/hardware/hardware.c \ android/android-tester.c -- 2.47.3