]> mj.ucw.cz Git - libucw.git/commitdiff
Forgot to add fb-limfd.
authorMartin Mares <mj@ucw.cz>
Sun, 19 Oct 2003 18:19:59 +0000 (18:19 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 19 Oct 2003 18:19:59 +0000 (18:19 +0000)
lib/Makefile

index e571fe6e452482250fa6f165cd87251d3f5e56e6..d31c66be2960957f9cefcb1187329c1a6b943316 100644 (file)
@@ -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))