Add DEFS/LIBS support.

This commit is contained in:
Kurt Zeilenga 1998-09-17 18:58:48 +00:00
parent a8ac4ef53d
commit 310163f611

View file

@ -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@