diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2011-09-12 19:34:00 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-09-13 10:44:54 +0300 |
commit | 8d18c289c775e46f298418e634611fb0e7f5c5de (patch) | |
tree | d1a4a4f0c17119e10f46619b6d80f713e29e7b89 /Makefile.am | |
parent | c612aee09d6041cbd2b61271ebfbfd1d4ddcb75b (diff) |
AVRCP: split AVCTP specific code from control.c
The code is moved to avctp.c to simplify control.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f4113b1b7..ef546d4cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,6 +143,7 @@ builtin_sources += audio/main.c \ audio/gateway.h audio/gateway.c \ audio/headset.h audio/headset.c \ audio/control.h audio/control.c \ + audio/avctp.h audio/avctp.c \ audio/device.h audio/device.c \ audio/source.h audio/source.c \ audio/sink.h audio/sink.c \ |