mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
16 lines
226 B
Makefile
16 lines
226 B
Makefile
|
|
##
|
||
|
|
## Makefile for -llthread
|
||
|
|
##
|
||
|
|
|
||
|
|
LIBRARY = liblthread.a
|
||
|
|
XSRCS = version.c
|
||
|
|
SRCS = rdwr.c thread.c stack.c
|
||
|
|
OBJS = rdwr.o thread.o stack.o
|
||
|
|
|
||
|
|
LDAP_INCDIR= ../../include
|
||
|
|
LDAP_LIBDIR= ../../libraries
|
||
|
|
|
||
|
|
XLIBS = @LTHREAD_LIBS@
|
||
|
|
|
||
|
|
|