X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2FMakefile;h=14018b1c6d6fabda8868bf92ec983a9875ec3aa3;hb=749403f3dfb3d163068d133a25cae31c8994ee9b;hp=e8bee413af431d2241d40eb2c3b542f22269e13f;hpb=7b260d8cd4ee39a6ca9154b4324dc052c86fce4b;p=libucw.git diff --git a/lib/Makefile b/lib/Makefile index e8bee413..14018b1c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -30,8 +30,7 @@ LIBUCW_MODS= \ sync \ qache \ string \ - bbuf \ - workqueue + bbuf LIBUCW_INCLUDES= \ lib.h config.h threads.h math.h \ @@ -54,8 +53,7 @@ LIBUCW_INCLUDES= \ lizard.h \ md5.h \ base64.h base224.h \ - qache.h \ - workqueue.h + qache.h ifdef CONFIG_UCW_THREADS # Some modules require threading @@ -91,8 +89,6 @@ $(o)/lib/lizard-test: $(o)/lib/lizard-test.o $(LIBUCW) $(o)/lib/kmp-test: $(o)/lib/kmp-test.o $(LIBUCW) $(LIBCHARSET) $(o)/lib/ipaccess-test: $(o)/lib/ipaccess-test.o $(LIBUCW) -$(o)/lib/workqueue-t: LIBS+=-lpthread # FIXME - TESTS+=$(addprefix $(o)/lib/,regex.test unicode-utf8.test hash-test.test mempool.test stkstring.test slists.test kmp-test.test bbuf.test) $(o)/lib/regex.test: $(o)/lib/regex-t $(o)/lib/unicode-utf8.test: $(o)/lib/unicode-utf8-t