From a97908f58756db9ca11a56b4e378f04871ddde57 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 25 Jan 2007 15:09:25 +0000 Subject: Move agent examples to daemon directory --- daemon/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7bfce4a8..90fad65d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -23,7 +23,7 @@ dbusdir = $(sysconfdir)/dbus-1/system.d dbus_DATA = bluetooth.conf endif -noinst_PROGRAMS = bluetoothd +noinst_PROGRAMS = bluetoothd passkey-agent auth-agent bluetoothd_SOURCES = main.c system.h \ manager.h manager.c database.h database.c \ @@ -38,6 +38,14 @@ if EXPAT bluetoothd_LDADD += -lexpat 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 = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd -- cgit