]> git.sur5r.net Git - openldap/commitdiff
Add Reader/Writer Locks to library
authorKurt Zeilenga <kurt@openldap.org>
Sat, 29 Aug 1998 21:45:04 +0000 (21:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 29 Aug 1998 21:45:04 +0000 (21:45 +0000)
libraries/liblthread/Make-template

index 755190983bcd8c364e89c5a55663b36e854f1a7b..a70a7991a3a554e6ea740504e6316e42804a842e 100644 (file)
@@ -15,8 +15,8 @@
 
 LDAPSRC        = ../..
 
-SRCS   = thread.c stack.c
-OBJS   = thread.o stack.o
+SRCS   = rdwr.c thread.c stack.c
+OBJS   = rdwr.o thread.o stack.o
 
 HDIR   = ../../include