aboutsummaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
Diffstat (limited to 'rt')
-rw-r--r--rt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 748050a..bc8f923 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -30,8 +30,6 @@ librt-routines := aio_cancel aio_error aio_fsync aio_misc aio_read \
librt-map := librt.map
-tests := tst-aio
-
# Make sure that everything is distributed independent of configuration.
distribute := aio_misc.h $(librt-routines:=.c) $(librt-map)
@@ -39,6 +37,8 @@ include ../Makeconfig
ifeq ($(have-thread-library),yes)
+tests := tst-aio
+
extra-libs := librt
extra-libs-others := $(extra-libs)