]> mj.ucw.cz Git - libucw.git/blobdiff - lib/Makefile
One more round of changes to the assert code -- I didn't realize that CONFIG_DEBUG
[libucw.git] / lib / Makefile
index 57ff42a8676f32dff7ec110bd8b8ce5a471efd20..7664c9f0dbcd9e8e98925ea41a3e40474c77e864 100644 (file)
@@ -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