diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 02:29:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 02:29:16 +0000 |
commit | 84015fa31ead7dd2053e8e7238c050647f407f40 (patch) | |
tree | 225c8d0e77b28d983ca10b9b0d71881d7bc6baea /libstore/Makefile | |
parent | ce3817389c5749b89f063bb1948d22d91bc7fa20 (diff) |
(SRCS):
Add task.c.
Change store.c to xinl.c.
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index a8ea3956..fa1cd738 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -1,6 +1,6 @@ # Makefile for libstore # -# Copyright (C) 1995, 1996 Free Software Foundation +# Copyright (C) 1995, 1996, 1997 Free Software Foundation # Written by Miles Bader <miles@gnu.ai.mit.edu> # # This file is part of the GNU Hurd. @@ -25,7 +25,7 @@ makemode := library libname = libstore SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c stripe.c \ storeread.c storecat.c enc.c encode.c decode.c clone.c argp.c \ - std.c kids.c zero.c flags.c open.c remap.c store.c + std.c kids.c zero.c flags.c open.c remap.c xinl.c task.c LCLHDRS=store.h installhdrs=store.h |