diff options
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
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 |