From 310163f6119b2db93084f4f8f4bc65e3070dbd9f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 17 Sep 1998 18:58:48 +0000 Subject: [PATCH] Add DEFS/LIBS support. --- libraries/liblthread/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/liblthread/Makefile.in b/libraries/liblthread/Makefile.in index 762b6ba800..0284949c01 100644 --- a/libraries/liblthread/Makefile.in +++ b/libraries/liblthread/Makefile.in @@ -5,3 +5,6 @@ LIBRARY = liblthread.a XSRCS = version.c SRCS = thread.c stack.c OBJS = thread.o stack.o + +XDEFS = @LTHREAD_DEFS@ +XLIBS = @LTHREAD_LIBS@ -- 2.39.5