summaryrefslogtreecommitdiff
path: root/android/Makefile.am
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2015-02-15 15:39:12 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-15 15:41:02 +0100
commit2d79e65df552668264a754dfacf59e7db4be3b09 (patch)
tree43af7bac69899f1ce16864182423abd023f29588 /android/Makefile.am
parente17b9495e5fc249aa03ea4f31c61984613f88394 (diff)
downloadbluez-2d79e65df552668264a754dfacf59e7db4be3b09.tar.gz
android: Rename compat_includes to compat
Diffstat (limited to 'android/Makefile.am')
-rw-r--r--android/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/Makefile.am b/android/Makefile.am
index 9c0c96d10..4f13c4dd0 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -218,9 +218,9 @@ android_test_ipc_LDADD = src/libshared-glib.la @GLIB_LIBS@
endif
EXTRA_DIST += android/Android.mk android/README \
- android/compat_includes/readline/history.h \
- android/compat_includes/readline/readline.h \
- android/compat_includes/wordexp.h \
+ android/compat/readline/history.h \
+ android/compat/readline/readline.h \
+ android/compat/wordexp.h \
android/bluetoothd-wrapper.c \
android/log.c \
android/bluetoothd.te \