diff options
author | Neal H. Walfield <neal@gnu.org> | 2002-10-13 01:19:55 +0000 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2002-10-13 01:19:55 +0000 |
commit | 640a0f3be271822009b9110295c1ef61f90c8053 (patch) | |
tree | c6525d8f9f015991d3fe5b8b1cae39535bc7fe85 | |
parent | 49d0264d1ff7a7ab4cfceb6292fa29e47d7a95af (diff) |
2002-10-12 Neal H. Walfield <neal@cs.uml.edu>
* Makefile (lib-subdirs): Add libpthread.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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 ... @@ -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 \ |