diff options
| -rw-r--r-- | src/Makefile.am | 12 | 
1 files changed, 5 insertions, 7 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 52d2a9f5..e4232b1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,13 +15,11 @@ endif  sbin_PROGRAMS = bluetoothd -bluetoothd_SOURCES = main.c hcid.h sdpd.h \ -	sdpd-server.c sdpd-request.c sdpd-service.c \ -	sdpd-database.c security.c storage.h storage.c \ -	manager.h manager.c error.h error.c \ -	adapter.h adapter.c device.h device.c plugin.h plugin.c \ -	dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c \ -	dbus-database.c dbus-database.h agent.h agent.c +bluetoothd_SOURCES = main.c security.c hcid.h sdpd.h \ +	sdpd-server.c sdpd-request.c sdpd-service.c sdpd-database.c \ +	plugin.h plugin.c storage.h storage.c agent.h agent.c \ +	error.h error.c manager.h manager.c adapter.h adapter.c \ +	device.h device.c dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c  bluetoothd_LDADD = $(top_builddir)/common/libhelper.a \  	@GDBUS_LIBS@ @GMODULE_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ | 
