diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-23 07:18:07 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-23 07:18:07 +0000 |
commit | 77a277e66743cd5f55cec8e4b5e61874bb6ab5b0 (patch) | |
tree | 03d21dfaf0fb6ea8fffc5ff1d0fd92b2b6c02d61 /sync/Makefile.am | |
parent | 7a0e09996a2d86045c5a2cfc847f9c49d64ae511 (diff) |
Make echo and input service configurable
Diffstat (limited to 'sync/Makefile.am')
-rw-r--r-- | sync/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sync/Makefile.am b/sync/Makefile.am index 2d9090d3..85de8993 100644 --- a/sync/Makefile.am +++ b/sync/Makefile.am @@ -1,15 +1,17 @@ -if SYNC +if SYNCSERVICE +servicedir = $(libdir)/bluetooth + noinst_PROGRAMS = bluetoothd-service-sync bluetoothd_service_sync_SOURCES = main.c LDADD = $(top_builddir)/common/libhelper.a \ @OPENSYNC_LIBS@ @BLUEZ_LIBS@ +endif AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -endif MAINTAINERCLEANFILES = Makefile.in |