]> mj.ucw.cz Git - libucw.git/blobdiff - lib/Makefile
added v?xprintf() functions, they will be used in the filter dumper
[libucw.git] / lib / Makefile
index c6ef7e945e56c4361ced93037e3a50edc04f1d1c..631a743752e64b03790ed4b0c168a30957c7fb93 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 \
-       hashfunc.o base224.o fb-temp.o
+       hashfunc.o base224.o fb-temp.o printf.o
 
 obj/lib/libsh.a: $(addprefix obj/lib/,$(SHLIB_OBJS)) $(CUSTOM_MODULES)