Skip to content
Snippets Groups Projects
Commit 310163f6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add DEFS/LIBS support.

parent a8ac4ef5
No related branches found
No related tags found
No related merge requests found
......@@ -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@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment