From fb40091783493b5ba05d7900edd834587854dc42 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 17 Jul 1997 20:10:06 +0000 Subject: (SRCS): Add map.c. --- libstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstore/Makefile b/libstore/Makefile index 8b940d4a..5742f8fd 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 \ enc.c encode.c decode.c clone.c argp.c std.c kids.c zero.c flags.c \ - open.c remap.c xinl.c task.c typed.c copy.c gunzip.c + open.c remap.c xinl.c task.c typed.c copy.c gunzip.c map.c LCLHDRS=store.h installhdrs=store.h -- cgit v1.2.3