From 0a9cb3574dfd978b14f97e399be5bea82e6452e2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 22 Jan 2003 10:31:13 +0000 Subject: [PATCH] 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. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5