From 698fc812e9c469a3c8355ba8bcc2d93b4a697431 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 19 Jan 2007 21:58:11 +0000 Subject: Rename service binary --- sync/Makefile.am | 7 ++++--- 1 file 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@ -- cgit