summaryrefslogtreecommitdiff
path: root/android/Makefile.am
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2015-02-14 13:11:15 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-14 13:11:15 +0100
commit938a201a45bd00481a178eabe8c06218a85a87ec (patch)
treef31d6ff057e2c0fb8b1f26bd3ec3898ea3677163 /android/Makefile.am
parentb99c419fa477985a12709651c4d3724cb37362ad (diff)
downloadbluez-938a201a45bd00481a178eabe8c06218a85a87ec.tar.gz
android: Add compat_includes to EXTRA_DIST
Those files are used only when building for Android and should be part of release tarball.
Diffstat (limited to 'android/Makefile.am')
-rw-r--r--android/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/Makefile.am b/android/Makefile.am
index 9e73be401..9c0c96d10 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -218,6 +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/bluetoothd-wrapper.c \
android/log.c \
android/bluetoothd.te \