summaryrefslogtreecommitdiffstats
path: root/serial/Makefile.am
blob: 24506088b07f144e26ea49dee27e50b63b715c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

noinst_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@

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

EXTRA_DIST = serial-api.txt

MAINTAINERCLEANFILES = Makefile.in