diff options
author | Miles Bader <miles@gnu.org> | 1997-07-17 20:10:06 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-17 20:10:06 +0000 |
commit | fb40091783493b5ba05d7900edd834587854dc42 (patch) | |
tree | 5c8f9e3022bae4d77de2aed4041ee93a56f74d8b /libstore/Makefile | |
parent | 6890dd8e71ba9fc60a408e8070463a826ea0b4ab (diff) |
(SRCS):
Add map.c.
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |