diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-29 22:08:09 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-29 22:08:09 +0000 |
commit | 87268f7c7c0804afb5865d9ead1cae2473090ff3 (patch) | |
tree | b157affc086e69dc1ac1a4f511723dcb04bd2916 /test/Makefile.am | |
parent | 4b4376398e2eab38c1b4c63030532ed59a75b462 (diff) |
Add sdptest utility
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d582b639..ad596f50 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,7 +4,7 @@ sbin_PROGRAMS = hciemu bin_PROGRAMS = l2test rctest -noinst_PROGRAMS = scotest attest hstest bdaddr sttest +noinst_PROGRAMS = sdptest scotest attest hstest bdaddr sttest hciemu_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a @@ -12,6 +12,8 @@ l2test_LDADD = @BLUEZ_LIBS@ rctest_LDADD = @BLUEZ_LIBS@ +sdptest_LDADD = @BLUEZ_LIBS@ + scotest_LDADD = @BLUEZ_LIBS@ attest_LDADD = @BLUEZ_LIBS@ |