diff options
author | Roland McGrath <roland@gnu.org> | 2001-09-28 04:27:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-09-28 04:27:36 +0000 |
commit | 67c6375f7190bea8a6afdc2dcca2c8928651f030 (patch) | |
tree | 82120297684891ca6636cd79c8bff77745208c11 /libstore/Makefile | |
parent | 6f395c4e7d9cfd7225a8b0a899100432ac4111f0 (diff) |
2001-09-27 Roland McGrath <roland@frob.com>
* nbd.c: New file.
* Makefile (SRCS): Add it.
* store.h (store_nbd_open, _store_nbd_create): Declare them.
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 e3c665d3..4825f76e 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -26,7 +26,7 @@ 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 mvol.c \ - bunzip2.c part.c + bunzip2.c part.c nbd.c LCLHDRS=store.h installhdrs=store.h |