diff options
author | Miles Bader <miles@gnu.org> | 1997-09-22 18:17:43 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-22 18:17:43 +0000 |
commit | b45a1afd527c64ae3bb61fa74de94bc20260dcfb (patch) | |
tree | b4e9941ddd56201071894a4af4d917055c332b46 /libstore | |
parent | a02007af2ac2ebe0efa9d6e35fc4423b8471de92 (diff) |
(SRCS):
Add mvol.c.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 5742f8fd..edf47996 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 map.c + open.c remap.c xinl.c task.c typed.c copy.c gunzip.c map.c mvol.c LCLHDRS=store.h installhdrs=store.h |