summaryrefslogtreecommitdiffstats
path: root/sync/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-12 21:47:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-12 21:47:42 +0000
commit2b91b57b25ee05e55cb925ef0e6195785517cc60 (patch)
treee00fadb35709755088d486b3b9da253348b1246b /sync/Makefile.am
parent118d58046f5dbf1f539e997d4d1e339422582f4c (diff)
Remove sync service skeleton since it is useless
Diffstat (limited to 'sync/Makefile.am')
-rw-r--r--sync/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/sync/Makefile.am b/sync/Makefile.am
deleted file mode 100644
index 85de8993..00000000
--- a/sync/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-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
-
-MAINTAINERCLEANFILES = Makefile.in