mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
15 lines
294 B
Makefile
15 lines
294 B
Makefile
|
|
if SYNC
|
|
noinst_PROGRAMS = bt.syncd
|
|
|
|
bt_syncd_SOURCES = main.c
|
|
|
|
bt_syncd_LDADD = @GLIB_LIBS@ @OPENSYNC_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
|
|
|
|
AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@ @GLIB_CFLAGS@
|
|
|
|
INCLUDES = -I$(top_srcdir)/common
|
|
endif
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|