mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
##
|
|
## Makefile for -llthread
|
|
##
|
|
|
|
LIBRARY = liblthread.a
|
|
XSRCS = version.c
|
|
SRCS = thread.c stack.c
|
|
OBJS = thread.o stack.o
|
|
|
|
XDEFS = @LTHREAD_DEFS@
|
|
XLIBS = @LTHREAD_LIBS@
|