Diff between c8ee5ee4ac2b240f19c7590a92eba14afb107b89 and d8fa61f92aafba12d854347f8b56ab1eb26c4786

Changed Files

File Additions Deletions Status
Makefile.am +1 -2 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 9d7df39..89c3fc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,6 @@ gobex_sources = gobex/gobex.h gobex/gobex.c \
 builtin_modules =
 builtin_sources =
 builtin_nodist =
-mcap_sources =
 
 include Makefile.profiles
 
@@ -163,7 +162,7 @@ sbin_PROGRAMS += src/bluetoothd
 
 src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \
 			$(attrib_sources) $(btio_sources) \
-			$(mcap_sources) src/bluetooth.ver \
+			src/bluetooth.ver \
 			src/main.c src/log.h src/log.c \
 			src/rfkill.c src/hcid.h src/sdpd.h \
 			src/sdpd-server.c src/sdpd-request.c \