From: Eric Blake Date: Tue, 27 Apr 2010 17:38:51 +0000 (-0600) Subject: pthread: mention library for linking X-Git-Tag: v0.1~4208 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=06ca3d83769cf884b5f9e55c06c73d24559ae5ff;p=gnulib.git pthread: mention library for linking * modules/pthread (Link): Mention $(LIB_PTHREAD). Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index c1c758d13..1cfc4c058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-27 Eric Blake + + pthread: mention library for linking + * modules/pthread (Link): Mention $(LIB_PTHREAD). + 2010-04-27 Jim Meyering maint.mk: fix a bug introduced in last change diff --git a/modules/pthread b/modules/pthread index 6e061cec0..447dea539 100644 --- a/modules/pthread +++ b/modules/pthread @@ -22,6 +22,9 @@ MOSTLYCLEANFILES += pthread.h Include: +Link: +$(LIB_PTHREAD) + License: LGPLv2+