From 67c6375f7190bea8a6afdc2dcca2c8928651f030 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Sep 2001 04:27:36 +0000 Subject: 2001-09-27 Roland McGrath * nbd.c: New file. * Makefile (SRCS): Add it. * store.h (store_nbd_open, _store_nbd_create): Declare them. --- libstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/Makefile') 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 -- cgit v1.2.3