added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / pthread
index 6e061ce..51d5dbb 100644 (file)
@@ -6,6 +6,8 @@ lib/pthread.in.h
 m4/pthread.m4
 
 Depends-on:
+sched
+time
 
 configure.ac:
 gl_PTHREAD_CHECK
@@ -16,12 +18,16 @@ BUILT_SOURCES += $(PTHREAD_H)
 # We need the following in order to create <pthread.h> when the system
 # doesn't have one that works with the given compiler.
 pthread.h: pthread.in.h
-       ln -f pthread.in.h $@ || cp pthread.in.h $@
+       $(AM_V_GEN)ln -f $(srcdir)/pthread.in.h $@ \
+          || cp $(srcdir)/pthread.in.h $@
 MOSTLYCLEANFILES += pthread.h
 
 Include:
 <pthread.h>
 
+Link:
+$(LIB_PTHREAD)
+
 License:
 LGPLv2+