Sync'd.
git-svn-id: svn://10.0.0.236/trunk@9603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -25,32 +25,32 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
DIRS = \
|
||||
libhook \
|
||||
libreg \
|
||||
libpref \
|
||||
libutil \
|
||||
libimg \
|
||||
libfont \
|
||||
rdf \
|
||||
xml \
|
||||
schedulr \
|
||||
li \
|
||||
progress \
|
||||
plugin \
|
||||
$(NULL)
|
||||
DIRS = \
|
||||
libhook \
|
||||
libreg \
|
||||
libpref \
|
||||
libutil \
|
||||
libimg \
|
||||
libfont \
|
||||
rdf \
|
||||
xml \
|
||||
schedulr \
|
||||
li \
|
||||
progress \
|
||||
plugin \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_NATIVE_ZLIB
|
||||
DIRS += zlib
|
||||
DIRS += zlib
|
||||
endif
|
||||
|
||||
ifndef MOZ_SECURITY
|
||||
DIRS += security
|
||||
DIRS += security
|
||||
endif
|
||||
|
||||
ifdef MOZ_SMARTUPDATE
|
||||
DIRS += softupdt
|
||||
endif # MOZ_SMARTUPDATE
|
||||
endif
|
||||
|
||||
ifdef MOZ_OJI
|
||||
DIRS += oji
|
||||
@@ -59,14 +59,15 @@ endif
|
||||
ifdef MOZ_EDITOR
|
||||
|
||||
ifdef JAVA_OR_NSJVM # change later to JAVA_OR_OJI
|
||||
DIRS += edtplug
|
||||
endif # JAVA_OR_NSJVM
|
||||
DIRS += edtplug
|
||||
endif
|
||||
|
||||
DIRS += spellchk
|
||||
|
||||
endif # MOZ_EDITOR
|
||||
|
||||
ifeq ($(subst /,_,$(shell uname -s)),OS2)
|
||||
DIRS += spellchk
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
DIRS += spellchk
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Reference in New Issue
Block a user