Bug 331780 - "Please don't build most of the uconv modules when building native uconv" [p=mh+mozilla@glandium.org (Mike Hommey) r=jshin a1.9=damons]

This commit is contained in:
reed@reedloden.com 2007-11-08 23:01:46 -08:00
parent 8c4eb4e25f
commit a21f4fd745

View File

@ -57,10 +57,12 @@ include $(DEPTH)/config/autoconf.mk
MODULE = uconv
DIRS = idl public util ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm
DIRS = idl public util
ifdef MOZ_USE_NATIVE_UCONV
DIRS += native
else
DIRS += ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm
endif
DIRS += src