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 /Makefile | |
parent | 49d0264d1ff7a7ab4cfceb6292fa29e47d7a95af (diff) | |
download | hurd-640a0f3be271822009b9110295c1ef61f90c8053.tar.gz hurd-640a0f3be271822009b9110295c1ef61f90c8053.tar.bz2 hurd-640a0f3be271822009b9110295c1ef61f90c8053.zip |
2002-10-12 Neal H. Walfield <neal@cs.uml.edu>
* Makefile (lib-subdirs): Add libpthread.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |