From: Eric Blake Date: Tue, 27 Apr 2010 17:38:51 +0000 (-0600) Subject: pthread: mention library for linking X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ca3d83769cf884b5f9e55c06c73d24559ae5ff;p=pspp pthread: mention library for linking * modules/pthread (Link): Mention $(LIB_PTHREAD). Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index c1c758d132..1cfc4c0586 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 6e061cec05..447dea5395 100644 --- a/modules/pthread +++ b/modules/pthread @@ -22,6 +22,9 @@ MOSTLYCLEANFILES += pthread.h Include: +Link: +$(LIB_PTHREAD) + License: LGPLv2+