mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add DEFS/LIBS support.
This commit is contained in:
parent
a8ac4ef53d
commit
310163f611
1 changed files with 3 additions and 0 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Reference in a new issue