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 065ebdee..d582b639 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
+noinst_PROGRAMS = scotest attest hstest bdaddr sttest
hciemu_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
@@ -22,6 +22,8 @@ bdaddr_SOURCES = bdaddr.c
bdaddr_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+sttest_LDADD = @BLUEZ_LIBS@
+
noinst_MANS = bdaddr.8
AM_CFLAGS = @BLUEZ_CFLAGS@