summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
blob: 7716bec6cc3765fdc4c1995a716fc49572e62cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

servicedir = $(libdir)/bluetooth

noinst_PROGRAMS = bluetoothd-service-input

bluetoothd_service_input_SOURCES = \
		main.c server.h server.c \
		input-service.h input-service.c

LDADD = $(top_builddir)/common/libhelper.a \
		@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

EXTRA_DIST = input.service input-api.txt

MAINTAINERCLEANFILES = Makefile.in