summaryrefslogtreecommitdiff
path: root/android/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-11 13:17:33 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-13 14:00:29 +0200
commitd0a77e68d7c87f5f43f8dbb52490bc0482da4ee1 (patch)
tree855a22cc8d3b7a91c06030d60787b499615c74eb /android/Makefile.am
parentb6cb2d3ec320bdfdf1cdcdf750e767d214170efd (diff)
downloadbluez-d0a77e68d7c87f5f43f8dbb52490bc0482da4ee1.tar.gz
scpp: 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 63bcb63ee..128e9ddce 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -28,7 +28,8 @@ android_bluetoothd_SOURCES = android/main.c \
src/eir.h src/eir.c \
android/bluetooth.h android/bluetooth.c \
android/hidhost.h android/hidhost.c \
- android/scpp.h android/scpp.c \
+ profiles/scanparam/scpp.h \
+ profiles/scanparam/scpp.c \
android/dis.h android/dis.c \
profiles/battery/bas.h profiles/battery/bas.c \
android/hog.h android/hog.c \