diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 16:42:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 16:42:46 +0000 |
commit | cb5156fdfe818c43af7f35b1417fca56ed5ca2aa (patch) | |
tree | 80559741c4080618d92da2a4aca2f50e8be42760 /libiohelp | |
parent | 77f0b16beb65a165d4c93cfb13b409970db88913 (diff) |
ioserver -> iohelp.
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 8e5725e1..9dfc8ca4 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 1994, 1995 Free Software Foundation +# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -15,16 +15,16 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dir := libioserver +dir := libiohelp makemode := library SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ initialize_conch.c verify_user_conch.c OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \ initialize_conch.o verify_user_conch.o -LCLHDRS = ioserver.h -libname = libioserver -installhdrs = ioserver.h +LCLHDRS = iohelp.h +libname = libiohelp +installhdrs = iohelp.h include ../Makeconf |