test-perror: check for strerror interactions
[pspp] / modules / thread
index d9586b58eb562fc414cb43f3a52e9af4848ae4ff..a7d338df4cf320467a70a936756afb103fd96349 100644 (file)
@@ -3,16 +3,18 @@ Creating and controlling threads.
 
 Files:
 lib/glthread/thread.h
+lib/glthread/thread.c
 m4/thread.m4
 
 Depends-on:
 threadlib
+lock
 
 configure.ac:
 gl_THREAD
 
 Makefile.am:
-lib_SOURCES += glthread/thread.h 
+lib_SOURCES += glthread/thread.h glthread/thread.c
 
 Include:
 "glthread/thread.h"