mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 09:14:32 +08:00
13 lines
281 B
Makefile
13 lines
281 B
Makefile
|
|
noinst_PROGRAMS = bt.inputd
|
|
|
|
bt_inputd_SOURCES = main.c input-service.h input-service.c
|
|
|
|
bt_inputd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
|
|
|
|
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@
|
|
|
|
INCLUDES = -I$(top_srcdir)/common
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|