diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 12:44:58 +0000 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-03 12:44:58 +0000 |
| commit | e0a54a416a5abc3bab139e5db6391c1926855ff6 (patch) | |
| tree | 7e10e67da41a5cf28d0084277e91ad917a1fe8cb /daemon/Makefile.am | |
| parent | d2a60bd49635c5fabd3df4f406ae67fbad535d30 (diff) | |
Move passkey-agent and auth-agent sample code to test directory
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 |
