diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-01 01:04:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-01 01:04:57 +0000 |
commit | af3199bd62a9f635e081af23a834bc47fce83bc6 (patch) | |
tree | cf9310d725f132436c2ed3777c86c1497cffd67e /libstore/Makefile | |
parent | dd033a2bbced5e561c0e692bf3da2a43bad435ae (diff) |
2001-09-30 Roland McGrath <roland@frob.com>
* memobj.c: New file.
* Makefile (SRCS): Add it.
* store.h (store_memobj_class, store_memobj_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 4825f76e..7795b97a 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 nbd.c + bunzip2.c part.c nbd.c memobj.c LCLHDRS=store.h installhdrs=store.h |