diff options
author | Roland McGrath <roland@gnu.org> | 2001-12-28 23:58:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-12-28 23:58:48 +0000 |
commit | 275097b0e1e6d8549695f8f680b45fe9c4ff4e23 (patch) | |
tree | 8d0bf604b1622f1083272eca60904e91cee0bcf5 /libstore/Makefile | |
parent | 878ecd300f5c71a7c9d9aa97cc1b48bf5de7bed7 (diff) |
2001-10-14 Roland McGrath <roland@frob.com>
* Makefile (SRCS): Add url.c to the list.
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 7795b97a..bfbb4937 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 memobj.c + bunzip2.c part.c nbd.c memobj.c url.c LCLHDRS=store.h installhdrs=store.h |