X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2FMakefile;h=32cc82a7637102008980eb58efa37daf6dced645;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=23d40f8c8e896cf52b7e166ab30e5d294eb08862;hpb=5f81280e4ec7a5517e94f1c1f53e42fba537fbd8;p=libucw.git diff --git a/charset/Makefile b/charset/Makefile index 23d40f8c..32cc82a7 100644 --- a/charset/Makefile +++ b/charset/Makefile @@ -20,6 +20,12 @@ $(o)/charset/.include-stamp: $(addprefix $(s)/charset/,$(LIBCHARSET_INCLUDES)) $(o)/charset/.include-stamp: IDST=charset run/lib/pkgconfig/libcharset.pc: $(o)/charset/libcharset.pc +ifdef CONFIG_CHARSET_UTILS +PROGS+=$(o)/charset/cs2cs +endif + +$(o)/charset/cs2cs: $(o)/charset/cs2cs.o $(LIBUCW) $(o)/charset/libcharset.pc + build_charsets: cd $(s)/charset && sh misc/generate