From: Martin Mares Date: Sun, 14 Jan 2001 20:50:13 +0000 (+0000) Subject: Remember to link object.o to the library. :) X-Git-Tag: holmes-import~1589 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4955772a8f9aa12f01a88f051cbd569e0347cf22;p=libucw.git Remember to link object.o to the library. :) --- diff --git a/lib/Makefile b/lib/Makefile index c21f5e09..918f34bb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -6,7 +6,7 @@ PROGS+=obj/lib/db-test obj/lib/db-rebuild obj/lib/buckettool obj/lib/conf-test SHLIB_OBJS=alloc.o alloc_str.o ctmatch.o db.o fastbuf.o fb-file.o fb-mem.o lists.o \ log.o log2.o md5.o md5hex.o mmap.o pagecache.o patimatch.o patmatch.o pool.o \ prime.o random.o realloc.o regex.o temp.o timer.o url.o wildmatch.o \ - wordsplit.o str_ctype.o str_upper.o bucket.o conf.o + wordsplit.o str_ctype.o str_upper.o bucket.o conf.o object.o obj/lib/libsh.a: $(addprefix obj/lib/,$(SHLIB_OBJS))