pthread: mention library for linking
authorEric Blake <eblake@redhat.com>
Tue, 27 Apr 2010 17:38:51 +0000 (11:38 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 27 Apr 2010 17:42:47 +0000 (11:42 -0600)
* modules/pthread (Link): Mention $(LIB_PTHREAD).

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/pthread

index c1c758d..1cfc4c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-27  Eric Blake  <eblake@redhat.com>
+
+       pthread: mention library for linking
+       * modules/pthread (Link): Mention $(LIB_PTHREAD).
+
 2010-04-27  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: fix a bug introduced in last change
index 6e061ce..447dea5 100644 (file)
@@ -22,6 +22,9 @@ MOSTLYCLEANFILES += pthread.h
 Include:
 <pthread.h>
 
+Link:
+$(LIB_PTHREAD)
+
 License:
 LGPLv2+