diff options
Diffstat (limited to 'sysdeps/posix/Makefile')
-rw-r--r-- | sysdeps/posix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile index b58aa6aadb..8e5f7c3bba 100644 --- a/sysdeps/posix/Makefile +++ b/sysdeps/posix/Makefile @@ -3,3 +3,7 @@ L_tmpnam = 20 TMP_MAX = 238328 L_ctermid = 9 L_cuserid = 9 + +ifeq ($(subdir),rt) +librt-routines += shm-directory +endif |