diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-03 09:11:22 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-03 09:11:22 +0200 |
commit | 5a498c0ce6113a9e20d75937138828ed3d07aebc (patch) | |
tree | 0d43f829b2705492cfc09f4d4e7123c01a78612b /test/Makefile.am | |
parent | 24e2fbddccafdd37deb93b0f478979c4c143bdca (diff) |
Remove old passkey-agent and auth-agent
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6f317c9d..4fb22de7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,8 +4,7 @@ sbin_PROGRAMS = hciemu bin_PROGRAMS = l2test rctest -noinst_PROGRAMS = sdptest scotest attest hstest bdaddr lmptest \ - passkey-agent auth-agent +noinst_PROGRAMS = sdptest scotest attest hstest bdaddr lmptest hciemu_LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @BLUEZ_LIBS@ @@ -28,10 +27,6 @@ bdaddr_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a lmptest_LDADD = @BLUEZ_LIBS@ -passkey_agent_LDADD = @DBUS_LIBS@ - -auth_agent_LDADD = @DBUS_LIBS@ - noinst_MANS = bdaddr.8 AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ |