summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-10-26 16:06:44 -0400
committerJohan Hedberg <johan.hedberg@nokia.com>2010-10-26 16:06:44 -0400
commit3d036c6e017f98de632fa1211a5109e92a4f6f3f (patch)
tree2238922b1507b0017a01cd3fe7b5beb1007e16ad /Makefile.am
parent5288199788ecb17183d6517da3062cd94692a900 (diff)
downloadbluez-3d036c6e017f98de632fa1211a5109e92a4f6f3f.tar.gz
Remove security.c completely from the source tree
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 95bffc388..5ecf963ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -222,7 +222,7 @@ src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \
$(attrib_sources) $(btio_sources) \
$(mcap_sources) src/bluetooth.ver \
src/main.c src/log.h src/log.c \
- src/security.c src/rfkill.c src/hcid.h src/sdpd.h \
+ src/rfkill.c src/hcid.h src/sdpd.h \
src/sdpd-server.c src/sdpd-request.c \
src/sdpd-service.c src/sdpd-database.c \
src/attrib-server.h src/attrib-server.c \