mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
##
|
|
## Makefile for -llthread
|
|
##
|
|
LIBRARY = liblthread.a
|
|
XSRCS = version.c
|
|
SRCS = thread.c stack.c
|
|
OBJS = thread.o stack.o
|