From d2a60bd49635c5fabd3df4f406ae67fbad535d30 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 3 Jun 2008 12:38:51 +0000 Subject: Remove bluetoothd prototype that never got finished --- daemon/Makefile.am | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e2a16be2..22430657 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,5 +1,5 @@ -noinst_PROGRAMS = bluetoothd passkey-agent auth-agent +noinst_PROGRAMS = passkey-agent auth-agent if CONFIGFILES dbusdir = $(sysconfdir)/dbus-1/system.d @@ -7,15 +7,6 @@ dbusdir = $(sysconfdir)/dbus-1/system.d dbus_DATA = bluetooth.conf endif -bluetoothd_SOURCES = main.c system.h \ - manager.h manager.c database.h database.c \ - adapter.h adapter.c service.h service.c - -bluetoothd_LDADD = \ - $(top_builddir)/common/libhelper.a \ - $(top_builddir)/sdpd/libsdpserver.a \ - @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ - passkey_agent_SOURCES = passkey-agent.c passkey_agent_LDADD = @DBUS_LIBS@ @@ -24,9 +15,7 @@ auth_agent_SOURCES = auth-agent.c auth_agent_LDADD = @DBUS_LIBS@ -AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ - -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd +AM_CFLAGS = @DBUS_CFLAGS@ EXTRA_DIST = bluetooth.conf test-manager test-database -- cgit