summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2002-10-13 01:19:55 +0000
committerNeal H. Walfield <neal@gnu.org>2002-10-13 01:19:55 +0000
commit640a0f3be271822009b9110295c1ef61f90c8053 (patch)
treec6525d8f9f015991d3fe5b8b1cae39535bc7fe85
parent49d0264d1ff7a7ab4cfceb6292fa29e47d7a95af (diff)
2002-10-12 Neal H. Walfield <neal@cs.uml.edu>
* Makefile (lib-subdirs): Add libpthread.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d68f1f22..0f543d6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-12 Neal H. Walfield <neal@cs.uml.edu>
+
+ * Makefile (lib-subdirs): Add libpthread.
+
2002-09-17 Marcus Brinkmann <marcus@gnu.org>
* Makeconf (CPPFLAGS): Move -std=gnu99 option to ...
diff --git a/Makefile b/Makefile
index d06979d1..2162f0ec 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,8 @@ DIST_FILES = COPYING Makeconf config.make.in configure.in configure \
# Hurd libraries
lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \
libpager libfshelp libdiskfs libtrivfs libps \
- libnetfs libpipe libstore libhurdbugaddr libftpconn libcons
+ libnetfs libpipe libstore libhurdbugaddr libftpconn libcons \
+ libpthread
# Hurd programs
prog-subdirs = auth proc exec init term \