X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=7664c9f0dbcd9e8e98925ea41a3e40474c77e864;hb=c70b0bd774606177c893f6869ece09d0fd1d9034;hp=57ff42a8676f32dff7ec110bd8b8ce5a471efd20;hpb=d5713848229da7765d89ecc2db81c5f99552f8b4;p=libucw.git diff --git a/lib/Makefile b/lib/Makefile index 57ff42a8..7664c9f0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,7 +5,7 @@ PROGS+=obj/lib/db-tool obj/lib/buckettool TESTS+=obj/lib/regex-ut LIBSH_MODS= \ - alloc alloc_str realloc pool pool-str \ + alloc alloc_str realloc mempool mempool-str \ mmap pagecache partmap hashfunc \ lists sorter bitsig \ log log-file proctitle \ @@ -20,9 +20,10 @@ LIBSH_MODS= \ db \ url urlkey finger \ mainloop exitstatus runcmd sighandler \ - lizard lizard-safe \ + lizard lizard-safe lizard-fb adler32 \ md5 md5hex \ - base64 base224 + base64 base224 \ + sync ifdef CONFIG_OWN_REGEX include lib/regex/Makefile