Diff between 69baf8732b5aec1629d09c26e7f414961a29e58e and e7bb627371b49b24aef0df78ecb9a6b2d7761a61

Changed Files

File Additions Deletions Status
android/Makefile.am +2 -2 modified

Full Patch

diff --git a/android/Makefile.am b/android/Makefile.am
index 9045a99..e9d9db1 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@