diff options
Diffstat (limited to 'test/librt/Makefile')
-rw-r--r-- | test/librt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/librt/Makefile b/test/librt/Makefile index 362d5d5c1..ca60d724b 100644 --- a/test/librt/Makefile +++ b/test/librt/Makefile @@ -1,6 +1,9 @@ # uClibc shm tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +top_builddir=../../ +include ../Rules.mak +-include Makefile.in include ../Test.mak LDFLAGS_shmtest := -lrt |