summaryrefslogtreecommitdiff
path: root/android/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-11 13:26:11 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-13 14:00:29 +0200
commitfadcbdcc3900dee646659e0e461e3525831a6746 (patch)
treeece017785e3a1c9239b0a1769b2dabd563347907 /android/Makefile.am
parentd0a77e68d7c87f5f43f8dbb52490bc0482da4ee1 (diff)
downloadbluez-fadcbdcc3900dee646659e0e461e3525831a6746.tar.gz
dis: Move code from android to profiles
This is a place holder until the code is ported to use shared API so it can be shared by android and D-Bus daemon.
Diffstat (limited to 'android/Makefile.am')
-rw-r--r--android/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/Makefile.am b/android/Makefile.am
index 128e9ddce..7d669293c 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -30,7 +30,8 @@ android_bluetoothd_SOURCES = android/main.c \
android/hidhost.h android/hidhost.c \
profiles/scanparam/scpp.h \
profiles/scanparam/scpp.c \
- android/dis.h android/dis.c \
+ profiles/deviceinfo/dis.h \
+ profiles/deviceinfo/dis.c \
profiles/battery/bas.h profiles/battery/bas.c \
android/hog.h android/hog.c \
android/ipc-common.h \