]> mj.ucw.cz Git - libucw.git/commitdiff
Defined the position independent version of libcharset.
authorPavel Charvat <pchar@ucw.cz>
Wed, 6 May 2009 17:29:06 +0000 (19:29 +0200)
committerPavel Charvat <pchar@ucw.cz>
Wed, 6 May 2009 17:29:06 +0000 (19:29 +0200)
charset/Makefile

index db40deb4efd6df18d9f3bc2e226bb995c12ab2f5..61caf3014646844b7b1eb6c3823d06b8da6a4523 100644 (file)
@@ -6,6 +6,7 @@ LIBCHARSET_MODS=toupper tolower tocat toligatures unaccent charconv setnames fb-
 LIBCHARSET_INCLUDES=charconv.h unicat.h fb-charconv.h stk-charconv.h mp-charconv.h
 
 $(o)/charset/libcharset.a: $(addsuffix .o,$(addprefix $(o)/charset/,$(LIBCHARSET_MODS)))
+$(o)/charset/libcharset-pic.a: $(addsuffix .oo,$(addprefix $(o)/charset/,$(LIBCHARSET_MODS)))
 $(o)/charset/libcharset.so: $(addsuffix .oo,$(addprefix $(o)/charset/,$(LIBCHARSET_MODS)))
 $(o)/charset/libcharset.pc: $(LIBUCW)