diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2014-01-16 12:28:05 +0100 |
---|---|---|
committer | Szymon Janc <szymon.janc@tieto.com> | 2014-01-16 12:32:10 +0100 |
commit | 944a282821db37115e37b10abc4b8b512ab20b1d (patch) | |
tree | 5ec5dafb97e1b921c32ab079198334ba1b1dfa49 | |
parent | 4631198aedbdca9a34fff0643d259d03a95ab741 (diff) |
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"
-rw-r--r-- | android/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |