summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 21:58:11 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 21:58:11 +0000
commit698fc812e9c469a3c8355ba8bcc2d93b4a697431 (patch)
treee37310d0bdc67cae3e3230c6c15d2f76ec025079 /sync
parentcc918032d62f4df51657055649df8ee92cab0020 (diff)
Rename service binary
Diffstat (limited to 'sync')
-rw-r--r--sync/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/sync/Makefile.am b/sync/Makefile.am
index 8f62c8be..2d9090d3 100644
--- a/sync/Makefile.am
+++ b/sync/Makefile.am
@@ -1,10 +1,11 @@
if SYNC
-noinst_PROGRAMS = bt.syncd
+noinst_PROGRAMS = bluetoothd-service-sync
-bt_syncd_SOURCES = main.c
+bluetoothd_service_sync_SOURCES = main.c
-bt_syncd_LDADD = @OPENSYNC_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+LDADD = $(top_builddir)/common/libhelper.a \
+ @OPENSYNC_LIBS@ @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@