blob: 339a166dd89673dcd2a5f1fc20eab6d398ce9cdb [file] [log] [blame]
if INPUTSERVICE
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth
conf_DATA = input.service
endif
servicedir = $(libdir)/bluetooth
service_PROGRAMS = bluetoothd-service-input
bluetoothd_service_input_SOURCES = main.c \
manager.h manager.c error.h error.c \
server.h server.c device.h device.c storage.h storage.c
LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
endif
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
EXTRA_DIST = input.service input-api.txt test-input
MAINTAINERCLEANFILES = Makefile.in