summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-07-24 14:56:22 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-07-24 15:45:09 -0700
commitabe0595df14c9efe9b586ce5cb8462a9234b058a (patch)
treefef0ed025bee0858e15e6ba83a2391c885ac8299 /Makefile.plugins
parent089d112ffe4e1b366f7fe83b853f5c9bec1458a9 (diff)
downloadbluez-abe0595df14c9efe9b586ce5cb8462a9234b058a.tar.gz
audio: Move A2DP code to its own plugin
This moves A2DP related code to a2dp plugin and making it possible to disable by passing -P a2dp and increasing the modularity of the code.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 0f07b1175..b6743ba21 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -32,8 +32,10 @@ endif
builtin_modules += audio
builtin_sources += profiles/audio/main.c \
- profiles/audio/manager.h profiles/audio/manager.c \
- profiles/audio/source.h profiles/audio/source.c \
+ profiles/audio/manager.h profiles/audio/manager.c
+
+builtin_modules += a2dp
+builtin_sources += profiles/audio/source.h profiles/audio/source.c \
profiles/audio/sink.h profiles/audio/sink.c \
profiles/audio/a2dp.h profiles/audio/a2dp.c \
profiles/audio/avdtp.h profiles/audio/avdtp.c \