mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 23:24:20 +08:00
17 lines
375 B
Makefile
17 lines
375 B
Makefile
|
|
noinst_PROGRAMS = bt.audiod bt.headsetd
|
|
|
|
bt_audiod_SOURCES = main.c
|
|
|
|
bt_audiod_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
|
|
|
|
bt_headsetd_SOURCES = headset.c
|
|
|
|
bt_headsetd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
|
|
|
|
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@
|
|
|
|
INCLUDES = -I$(top_srcdir)/common
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|