mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
|
|
##
|
||
|
|
## Makefile for -llthread
|
||
|
|
##
|
||
|
|
LIBRARY = liblthread.a
|
||
|
|
XSRCS = version.c
|
||
|
|
SRCS = thread.c stack.c
|
||
|
|
OBJS = thread.o stack.o
|