summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \