From 938a201a45bd00481a178eabe8c06218a85a87ec Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Sat, 14 Feb 2015 13:11:15 +0100 Subject: [PATCH] android: Add compat_includes to EXTRA_DIST Those files are used only when building for Android and should be part of release tarball. --- android/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.47.3