From e7bb627371b49b24aef0df78ecb9a6b2d7761a61 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 22 Jan 2014 18:03:50 +0200 Subject: [PATCH] android: Move audio.a2dp.default.la build definitions This way they are not spread in different parts of Makefile.am --- android/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/Makefile.am b/android/Makefile.am index 9045a9916..e9d9db1e6 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -119,8 +119,6 @@ android_android_tester_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ android_android_tester_LDFLAGS = -pthread -ldl -plugin_LTLIBRARIES += android/audio.a2dp.default.la - noinst_PROGRAMS += android/ipc-tester android_ipc_tester_SOURCES = emulator/btdev.h emulator/btdev.c \ @@ -147,6 +145,8 @@ android_audio_a2dp_default_la_SOURCES = android/audio-msg.h \ android/hardware/hardware.h \ android/system/audio.h +plugin_LTLIBRARIES += android/audio.a2dp.default.la + android_audio_a2dp_default_la_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android android_audio_a2dp_default_la_LIBADD = @SBC_LIBS@ -- 2.47.3