This commit is contained in:
ricardob 1998-06-30 00:04:44 +00:00
Родитель e3d8e4eb96
Коммит 36b9a3d0be
4 изменённых файлов: 3 добавлений и 12 удалений

Просмотреть файл

@ -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