diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /libiohelp/Makefile | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) | |
download | hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.gz hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.bz2 hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.zip |
*** empty log message ***
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 9dfc8ca4..9202f9e8 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -23,9 +23,8 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \ initialize_conch.o verify_user_conch.o LCLHDRS = iohelp.h +HURDLIBS = threads libname = libiohelp installhdrs = iohelp.h include ../Makeconf - -libfshelp.so: ../libthreads/libthreads.so |