summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
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@