summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
blob: 22430657b3af927e7a939aa3eb4f2e1b7fab5c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

noinst_PROGRAMS = passkey-agent auth-agent

if CONFIGFILES
dbusdir = $(sysconfdir)/dbus-1/system.d

dbus_DATA = bluetooth.conf
endif

passkey_agent_SOURCES = passkey-agent.c

passkey_agent_LDADD = @DBUS_LIBS@

auth_agent_SOURCES = auth-agent.c

auth_agent_LDADD = @DBUS_LIBS@

AM_CFLAGS = @DBUS_CFLAGS@

EXTRA_DIST = bluetooth.conf test-manager test-database

MAINTAINERCLEANFILES = Makefile.in