]> mj.ucw.cz Git - libucw.git/blobdiff - lib/Makefile
Image objects are now marked with a special flag and the MD5 hash is calculated
[libucw.git] / lib / Makefile
index 2c93e1cfdf770c3f1c6011c9129fc9f97bb0be28..01f7963428dd7b65620c7e76ccc9c80e3d6d99a4 100644 (file)
@@ -8,7 +8,7 @@ SHLIB_OBJS=alloc.o alloc_str.o ctmatch.o db.o fastbuf.o fb-file.o fb-mem.o lists
        prime.o random.o realloc.o regex.o timer.o url.o wildmatch.o \
        wordsplit.o str_ctype.o str_upper.o bucket.o conf.o object.o sorter.o \
        finger.o proctitle.o ipaccess.o profile.o bitsig.o randomkey.o \
-       hash-string.o hash-istring.o
+       hash-string.o hash-istring.o custom.o base224.o
 
 obj/lib/libsh.a: $(addprefix obj/lib/,$(SHLIB_OBJS))