diff options
author | Roland McGrath <roland@gnu.org> | 1998-08-21 23:25:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-08-21 23:25:33 +0000 |
commit | 8202459ab9365279883238df266f29c5ac82714c (patch) | |
tree | c0bcda848c73242f4c7a8c8ab214d964451b639b | |
parent | c4cf4ed8841f591a89b705177664d23d91e69b3d (diff) |
1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (SRCS): Add return-buffer.c.
-rw-r--r-- | libiohelp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index ccdf8b3d..d2680665 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation +# +# Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -20,9 +20,10 @@ makemode := library SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ initialize_conch.c verify_user_conch.c iouser-create.c \ - iouser-dup.c iouser-reauth.c iouser-free.c shared.c + iouser-dup.c iouser-reauth.c iouser-free.c shared.c \ + return-buffer.c OBJS = $(SRCS:.c=.o) -LCLHDRS = iohelp.h +LCLHDRS = iohelp.h HURDLIBS = threads libname = libiohelp installhdrs = iohelp.h |