diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 12:38:51 +0000 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 12:38:51 +0000 |
| commit | d2a60bd49635c5fabd3df4f406ae67fbad535d30 (patch) | |
| tree | a55a280b7c3ed49b88266e6c8bfe7d7cf2f9e4dd /daemon/Makefile.am | |
| parent | f52b310f85b0a3f8dbbed8307aca48100e9e5ccb (diff) | |
Remove bluetoothd prototype that never got finished
Diffstat (limited to 'daemon/Makefile.am')
| -rw-r--r-- | daemon/Makefile.am | 15 |
1 files changed, 2 insertions, 13 deletions
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 |
