From: Martin Mares Date: Sun, 19 Oct 2003 18:19:59 +0000 (+0000) Subject: Forgot to add fb-limfd. X-Git-Tag: holmes-import~1180 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5f089d0c9b1ed830cbd9711b1aff71b909e408d5;p=libucw.git Forgot to add fb-limfd. --- diff --git a/lib/Makefile b/lib/Makefile index e571fe6e..d31c66be 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -9,7 +9,7 @@ LIBSH_MODS=alloc alloc_str ctmatch db fastbuf fb-file fb-mem lists \ wordsplit str_ctype str_upper bucket conf object sorter \ finger proctitle ipaccess profile bitsig randomkey \ hashfunc base64 base224 fb-temp fb-mmap fb-printf urlkey \ - partmap + partmap fb-limfd LIBSH_MOD_PATHS=$(addprefix obj/lib/,$(LIBSH_MODS)) $(CUSTOM_LIB_MODULES) obj/lib/libsh.a: $(addsuffix .o,$(LIBSH_MOD_PATHS))