blob: 2d9090d35cf264c88e2164fb230de15f14f89108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if SYNC
noinst_PROGRAMS = bluetoothd-service-sync
bluetoothd_service_sync_SOURCES = main.c
LDADD = $(top_builddir)/common/libhelper.a \
@OPENSYNC_LIBS@ @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
endif
MAINTAINERCLEANFILES = Makefile.in
|