summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAbhay Maheta <abhay.maheshbhai.maheta@intel.com>2022-10-18 10:08:29 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-10-18 13:11:51 -0700
commit3973147aa8e424bd2ab78304b54d914208d560d1 (patch)
tree3232fe59afead38f95a85a2a29a166f47992b598 /Makefile.am
parentd3a204b8a2c08d554faab5ad5bb8581620c457bb (diff)
downloadbluez-3973147aa8e424bd2ab78304b54d914208d560d1.tar.gz
shared/mcp: Add initial code for handling MCP
This adds initial code for Media Control Profile for Client Role.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 27715c73d..5fd137bba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -231,6 +231,7 @@ shared_sources = src/shared/io.h src/shared/timeout.h \
src/shared/gap.h src/shared/gap.c \
src/shared/log.h src/shared/log.c \
src/shared/bap.h src/shared/bap.c src/shared/ascs.h \
+ src/shared/mcs.h src/shared/mcp.h src/shared/mcp.c \
src/shared/vcp.c src/shared/vcp.h \
src/shared/lc3.h src/shared/tty.h