blob: 8f62c8be0011f6515f66e13a958e732bfad5dc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if SYNC
noinst_PROGRAMS = bt.syncd
bt_syncd_SOURCES = main.c
bt_syncd_LDADD = @OPENSYNC_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
endif
MAINTAINERCLEANFILES = Makefile.in
|