From e0a54a416a5abc3bab139e5db6391c1926855ff6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 12:44:58 +0000 Subject: Move passkey-agent and auth-agent sample code to test directory --- daemon/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 22430657..a3354221 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,22 +1,10 @@ -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 -- cgit