diff options
author | Miles Bader <miles@gnu.org> | 1996-03-16 05:55:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-16 05:55:07 +0000 |
commit | dade1d71e655757391e6390a284c912e85b8bbd3 (patch) | |
tree | 82b437bf468f6fae40d5d7b1dc209466429f5bb2 /libstore/Makefile | |
parent | 2a8d867070cacea4a8f903f3cb43f139d188990b (diff) |
Formerly Makefile.~5~
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 2aebe891..be01ae76 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -1,6 +1,6 @@ # Makefile for libstore # -# Copyright (C) 1995 Free Software Foundation +# Copyright (C) 1995, 1996 Free Software Foundation # Written by Miles Bader <miles@gnu.ai.mit.edu> # # This file is part of the GNU Hurd. @@ -23,12 +23,14 @@ dir := libstore makemode := library libname = libstore -SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c +SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c stripe.c \ + storeread.c storecat.c LCLHDRS=store.h installhdrs=store.h OBJS = $(SRCS:.c=.o) storeread: storeread.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so +storecat: storecat.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so include ../Makeconf |