summaryrefslogtreecommitdiffstats
path: root/serial/Makefile.am
blob: 240429a63ef9f3704ae269ac46497a06f9e08f57 (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

if SERIALSERVICE
if CONFIGFILES
confdir = $(sysconfdir)/bluetooth

conf_DATA = serial.service
endif

servicedir = $(libdir)/bluetooth

service_PROGRAMS = bluetoothd-service-serial

bluetoothd_service_serial_SOURCES = main.c manager.h manager.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 = serial.service serial-api.txt

MAINTAINERCLEANFILES = Makefile.in