summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
blob: cb56f812ce988b51bf4cb316c09f6259b4ef6f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

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 \
	server.h server.c device.h device.c storage.h storage.c \
	fakehid.c fakehid.h

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