diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2010-10-26 16:06:44 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-10-26 16:06:44 -0400 |
commit | 3d036c6e017f98de632fa1211a5109e92a4f6f3f (patch) | |
tree | 2238922b1507b0017a01cd3fe7b5beb1007e16ad /Makefile.am | |
parent | 5288199788ecb17183d6517da3062cd94692a900 (diff) | |
download | bluez-3d036c6e017f98de632fa1211a5109e92a4f6f3f.tar.gz |
Remove security.c completely from the source tree
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |