X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2FMakefile;h=9133c739d50d28191ef6cfd3320361d21fafaeba;hb=5a78c3505ae7fa76a061e26676450049ec5946d5;hp=6ef3ef7eb2661ba8b43f9fd012a79232b14b0839;hpb=9a642e25adb0dc3da69e0d31d82d0b35ad9e9243;p=libucw.git diff --git a/lib/Makefile b/lib/Makefile index 6ef3ef7e..9133c739 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -35,18 +35,20 @@ LIBUCW_MODS= \ getopt LIBUCW_INCLUDES= \ - lib.h config.h threads.h math.h \ + lib.h config.h threads.h \ mempool.h pagecache.h \ sorter.h sorter-globals.h arraysort.h \ - lists.h clists.h \ + lists.h clists.h slists.h simple-lists.h \ unaligned.h prefetch.h \ bbuf.h gbuf.h bitarray.h bitsig.h \ hashfunc.h hashtable.h \ heap.h binheap.h binheap-node.h \ redblack.h \ + binsearch.h \ + bitops.h \ conf.h getopt.h ipaccess.h \ profile.h \ - fastbuf.h lfs.h ff-utf8.h \ + fastbuf.h lfs.h ff-utf8.h ff-binary.h \ chartype.h unicode.h stkstring.h \ wildmatch.h patmatch.h \ db.h \ @@ -56,13 +58,14 @@ LIBUCW_INCLUDES= \ md5.h \ base64.h base224.h \ qache.h \ - kmp.h kmp-search.h + kmp.h kmp-search.h \ + partmap.h ifdef CONFIG_UCW_THREADS # Some modules require threading LIBS+=-lpthread LIBUCW_MODS+=threads-conf workqueue asio fb-direct -LIBUCW_INCLUDES+=workqueue.h asio.h +LIBUCW_INCLUDES+=workqueue.h semaphore.h asio.h endif ifdef CONFIG_OWN_REGEX @@ -111,7 +114,7 @@ $(o)/lib/slists.test: $(o)/lib/slists-t $(o)/lib/kmp-test.test: $(o)/lib/kmp-test $(o)/lib/bbuf.test: $(o)/lib/bbuf-t $(o)/lib/getopt.test: $(o)/lib/getopt-t -$(o)/lib/fastbuf.test: $(o)/lib/fb-grow-t $(o)/lib/fb-pool-t +$(o)/lib/fastbuf.test: $(o)/lib/fb-file-t $(o)/lib/fb-grow-t $(o)/lib/fb-pool-t ifdef CONFIG_UCW_THREADS TESTS+=$(addprefix $(o)/lib/,asio.test)