X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=0d2b9acf507197dd07a6a3cda507e0a4c0e9dc2a;hb=116954d49373438c669eadd764e03ee8ac4211bb;hp=d6988b33b0b336af4ee9a63c9f616ece319c959f;hpb=2bc83c3abf7a59da99f7f713927ec36abb994093;p=libucw.git diff --git a/lib/Makefile b/lib/Makefile index d6988b33..0d2b9acf 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,7 @@ -# Makefile for the UCW Library (c) 1997--2006 Martin Mares +# Makefile for the UCW Library (c) 1997--2007 Martin Mares DIRS+=lib +LIBUCW=$(o)/lib/libucw.$(LS) ifdef CONFIG_UCW_DBTOOL PROGS+=$(o)/lib/db-tool @@ -66,7 +67,8 @@ ifdef CONFIG_OWN_REGEX include $(s)/lib/regex/Makefile endif -LIBUCW=$(o)/lib/libucw.$(LS) +include $(s)/lib/sorter/Makefile + LIBUCW_MOD_PATHS=$(addprefix $(o)/lib/,$(LIBUCW_MODS)) $(o)/lib/libucw.a: $(addsuffix .o,$(LIBUCW_MOD_PATHS))