summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-06-18 20:34:20 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-06-18 20:34:20 -0700
commit6c35630a9bc3fe4148e8ba7001b7bf3f301eb5c1 (patch)
tree8adb2fdd7d84a8758c10f0ce06f6b600392e5482 /Makefile.am
parent7516631c954ce18b45fe7659113c5decc2029ed4 (diff)
downloadobexd-6c35630a9bc3fe4148e8ba7001b7bf3f301eb5c1.tar.gz
Fix some minor style in sources list
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 5746896..7311d40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,9 +114,10 @@ service_in_files += client/obex-client.service.in
libexec_PROGRAMS += client/obex-client
-client_obex_client_SOURCES = $(gdbus_sources) $(gwobex_sources) $(btio_sources) \
- client/main.c client/session.h client/session.c \
- src/log.h src/log.c \
+client_obex_client_SOURCES = $(gdbus_sources) \
+ $(gwobex_sources) $(btio_sources) \
+ client/main.c src/log.h src/log.c \
+ client/session.h client/session.c \
client/pbap.h client/pbap.c \
client/sync.h client/sync.c \
client/transfer.h client/transfer.c