From 91d24fd03877836b7deddcfb089dc5f610a1bb5c Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 24 Dec 2014 10:41:31 +0100 Subject: [PATCH] android: Add log.c to EXTRA_DIST This file is used only when building for Android and should be part of release tarball. --- android/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/android/Makefile.am b/android/Makefile.am index 7cfdf8f12..9e73be401 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -219,6 +219,7 @@ endif EXTRA_DIST += android/Android.mk android/README \ android/bluetoothd-wrapper.c \ + android/log.c \ android/bluetoothd.te \ android/bluetoothd_snoop.te \ android/init.bluetooth.rc \ -- 2.47.3