From: Martin Mares Date: Wed, 22 Jan 2003 10:31:13 +0000 (+0000) Subject: Moved indexer/oook.c (the catalogue & keyword processor) to where it X-Git-Tag: holmes-import~1303 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0a9cb3574dfd978b14f97e399be5bea82e6452e2;p=libucw.git Moved indexer/oook.c (the catalogue & keyword processor) to where it belongs: among other centrum-specific modules. Cleaned up custom rules in makefiles: instead of defining lots of variables for custom modules, allowed config.mk to specify a custom submakefile. --- diff --git a/lib/Makefile b/lib/Makefile index e8b60206..8b50a964 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 -LIBSH_MOD_PATHS=$(addprefix obj/lib/,$(LIBSH_MODS)) $(CUSTOM_MODULES) +LIBSH_MOD_PATHS=$(addprefix obj/lib/,$(LIBSH_MODS)) $(CUSTOM_LIB_MODULES) obj/lib/libsh.a: $(addsuffix .o,$(LIBSH_MOD_PATHS)) obj/lib/libsh.so: $(addsuffix .oo,$(LIBSH_MOD_PATHS))