From: Pavel Charvat Date: Wed, 6 May 2009 17:29:06 +0000 (+0200) Subject: Defined the position independent version of libcharset. X-Git-Tag: holmes-import~19 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c3c9e4646f7277212cd66439ab0167c5f282a146;p=libucw.git Defined the position independent version of libcharset. --- diff --git a/charset/Makefile b/charset/Makefile index db40deb4..61caf301 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -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)