diff options
-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 \ |