updated rules
git-svn-id: svn://10.0.0.236/trunk@4682 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a7a6b3c351
commit
81dd8a938c
@ -36,7 +36,7 @@ DIRS = \
|
||||
progress \
|
||||
$(NULL)
|
||||
|
||||
ifdef NO_SECURITY
|
||||
ifndef MOZ_SECURITY
|
||||
DIRS += security
|
||||
endif
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ include <$(DEPTH)/config/liteness.mak>
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
DIRS= \
|
||||
!ifdef NO_SECURITY
|
||||
!ifndef MOZ_SECURITY
|
||||
security \
|
||||
!endif
|
||||
libreg \
|
||||
|
||||
@ -17,15 +17,6 @@
|
||||
|
||||
DEPTH = ../..
|
||||
|
||||
ifndef NO_SECURITY
|
||||
DIRS = nav
|
||||
|
||||
ifdef MOZ_JAVA
|
||||
DIRS += java
|
||||
endif
|
||||
|
||||
else
|
||||
DIRS = freenav
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
@ -37,7 +37,7 @@ DEPTH=..\..
|
||||
#// DIRS - There are subdirectories to process
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
!ifdef NO_SECURITY
|
||||
!ifndef MOZ_SECURITY
|
||||
DIRS = freenav
|
||||
!endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user