]> mj.ucw.cz Git - libucw.git/commitdiff
Moved indexer/oook.c (the catalogue & keyword processor) to where it
authorMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 10:31:13 +0000 (10:31 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 Jan 2003 10:31:13 +0000 (10:31 +0000)
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

index e8b6020664996068072d3e4e49a169488ada872f..8b50a964f2f24116871a56c04f3e361e4424214e 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
-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))