diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-23 13:42:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-23 13:42:37 +0200 |
commit | 562216ed313703032e9d0ccf76772b904c390b90 (patch) | |
tree | 9fe91698b6dbfdb56f22757b935cf19db57b6297 /test/librt/Makefile | |
parent | 05c69924b14d68027a90695a4d8da4ec70c9a886 (diff) |
test/librt: make it build again
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 |