summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-01 22:26:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-01 22:26:45 +0200
commit324f40e118d392fe5d51b537c53e5eea60b04aab (patch)
treec88e07f56c4c59f7dabb820f07ddf38708d9fa93 /src
parent275d894e0f72bd4249b936fb0f2d46fbfb6c20db (diff)
Re-order SOURCES listing
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am12
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@