diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e44ae579..2a353a47 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,14 +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.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 \ - telephony.h telephony.c 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@ @@ -43,9 +40,6 @@ if MANPAGES man_MANS = bluetoothd.8 endif -EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf \ - list-devices test-discovery test-manager test-adapter test-device \ - simple-service simple-agent service-record.dtd \ - service-did.xml service-spp.xml service-opp.xml service-ftp.xml +EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf MAINTAINERCLEANFILES = Makefile.in |