From 5ea5f32bd785f93a1bc6961b763fe6780b876a0d Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 23 Sep 2014 16:22:53 +0200 Subject: [PATCH] android: Move BLUEZ_EXTENSIONS to AM_CFLAGS --- android/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/Makefile.am b/android/Makefile.am index b576fda21..59caf61ac 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -1,6 +1,6 @@ if ANDROID -AM_CFLAGS += -DANDROID_VERSION=0xFFFFFF +AM_CFLAGS += -DANDROID_VERSION=0xFFFFFF -DBLUEZ_EXTENSIONS android_plugindir = $(abs_top_srcdir)/android/.libs @@ -97,7 +97,7 @@ android_bluetooth_default_la_SOURCES = android/hal.h android/hal-bluetooth.c \ android/hal-ipc.h android/hal-ipc.c \ android/hal-utils.h android/hal-utils.c -android_bluetooth_default_la_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android -DBLUEZ_EXTENSIONS +android_bluetooth_default_la_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android android_bluetooth_default_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version \ -no-undefined -- 2.47.3