From e55ef2526c963f88b0cfe1f39dab0131377a1ae4 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 24 Oct 1996 19:29:04 +0000 Subject: Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG * store.h: Add extern inline protection. * store.c: New file. * Makefile (SRCS): Add store.c. --- libstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/Makefile') diff --git a/libstore/Makefile b/libstore/Makefile index a7127ac7..a8ea3956 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -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 + std.c kids.c zero.c flags.c open.c remap.c store.c LCLHDRS=store.h installhdrs=store.h -- cgit v1.2.3