diff options
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index ccdf8b3d..ba73282b 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation +# Copyright (C) 1993, 1994, 1995, 1996, 1998, 2002, 2008 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,10 +20,11 @@ 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 iouser-restrict.c \ + shared.c return-buffer.c OBJS = $(SRCS:.c=.o) -LCLHDRS = iohelp.h -HURDLIBS = threads +LCLHDRS = iohelp.h +HURDLIBS = threads shouldbeinlibc libname = libiohelp installhdrs = iohelp.h |